View Single Post
  #3  
Old 02-15-2011, 09:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
1) Have you tried disabling lighting just on the node?
Code:
node.disable(viz.LIGHTING)
I just tested this out with the custom node example, and I don't get any dimming.

2) There is no automatic velocity computation for nodes, unless you are using physics. You will need to save the previous values and compute the velocities yourself.
Reply With Quote