View Single Post
  #2  
Old 03-17-2011, 03:44 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The peek feature requires low-level access to the scene graph, so you won't be able to fully replicate this feature using built-in Vizard commands.

Basically, it renders the entire scene as usual, then renders a semi-transparent quad over the screen that is the same color as the background. This is what makes everything look faded. Finally, it renders just the selected node. This last part requires some low-level tricks in order for the selected node to appear correctly.
Reply With Quote