|  | 
| 
 on the fly points I'm doing a project where I use lots of on the fly objects. I'm trying to draw a single vertex but there seems to be a bug in that you must draw two or more vertices. Code: viz.startlayer(viz.POINTS)Thanks | 
| 
 A single point will be culled by the scene graph. You can disable culling on the object using the following code: Code: p.disable(viz.CULLING) | 
| All times are GMT -7. The time now is 06:56 AM. | 
	Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	Copyright 2002-2023 WorldViz LLC