Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Adding objects to Scene3D in Qt3D
Forum Updated to NodeBB v4.3 + New Features

Adding objects to Scene3D in Qt3D

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 461 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dante
    wrote on last edited by dante
    #1

    I am trying to dynamically add *.obj objects to Scene3D in Qt3D, but it doesn't work. I defined list<Entity>, and I was trying somehow add new object to this container, but probably list<> doesn't have any push() or add() method. If I defined static list<> with few elements, they all were visible on Scene3D.

    So is there any way to dynamically add objects to Scene3D and display them.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved