![]() |
|
#1
|
|||
|
|||
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) viz.pointsize(10) viz.vertex(0,2,5) #viz.vertex(0,2,5.5) #this line will make it work.. p = viz.endlayer() Thanks |
#2
|
|||
|
|||
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) |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Draw Line between Points | Chrissy2009 | Vizard | 2 | 05-13-2009 05:42 AM |
3ds pivot points | theuberk | Vizard | 16 | 07-21-2007 06:31 PM |
Trafffic ideas.. anyone? | k_iwan | Vizard | 13 | 12-10-2006 04:13 PM |
Pivot points for child objects in Vizard with 3ds Max | Gladsomebeast | Vizard | 0 | 09-19-2006 12:21 PM |
Draw Line between Points selected by mouse | Johannes | Vizard | 7 | 01-07-2005 03:50 PM |