View Single Post
  #6  
Old 04-27-2005, 11:11 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

I'll look into that. However, with the latest version you don't need to use "cull.dlm", you can simply do the following to disable culling on an object:
Code:
object.disable(viz.CULLING)
Reply With Quote