View Single Post
  #3  
Old 04-07-2014, 10:44 AM
masaki masaki is offline
Member
 
Join Date: Jan 2008
Posts: 63
Hello,

To enable the effects, please try:
Code:
import vizfx
model = vizfx.addChild('...')
You may also need to enable lighting on the model with the usual:
Code:
model.enable( viz.LIGHTING )
Masaki
Reply With Quote