Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
iMSTK
iMSTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 5
    • Merge Requests 5
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • iMSTK
  • iMSTKiMSTK
  • Issues
  • #194

Closed
Open
Opened Nov 08, 2018 by Nicholas Milef@NickMilef
  • Report abuse
  • New issue
Report abuse New issue

Add VisualModel to SceneObject

The current scene object implementation is causing too much data to be placed in the Geometry class. For instance, RenderMaterial and visibility functions should be moved out of the Geometry class. Currently, each SceneObject can only contain one visual geometry object. In order to overcome this, we proposed that each scene object can contain a vector of the new VisualModel class. Each VisualModel can contain a RenderMaterial and Geometry object.

Edited Nov 28, 2018 by Nicholas Milef
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
3
Labels
Priority: high Release 1.0 Topic: rendering
Assign labels
  • View project labels
Reference: iMSTK/iMSTK#194