Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
iMSTK
iMSTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 13
    • Merge Requests 13
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTK
  • iMSTKiMSTK
  • Merge Requests
  • !291

Merged
Opened Apr 07, 2019 by Sreekanth Arikatla@sreekanth-arikatlaOwner

Add No rendering option

  • Overview 8
  • Commits 4
  • Pipelines 5
  • Changes 11
  1. Adds no rendering option ar build time (by Johan)
  2. Moves the infinite loop for no-rendering option inside the simulation manager to make the application code seamless (agnostic to whether rendering is enabled or not)
  3. Removes vtk dependency for imstkLight class

What this MR doesn't address: If new lights are added or properties of existing lights are changed, there is not mechanism to address this currently. This leads to the same question for other scene elements. This needs to be addressed in a structured way by tracking the modified scene elements and updating them efficiently at the start (or end) of each frame.

CC: @NickMilef

Edited Apr 07, 2019 by Sreekanth Arikatla
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: iMSTK/iMSTK!291
Source branch: NoRenderingOption