![]() |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Here's a simple example that draws a circle to the ortho layer:
Code:
import viz import vizshape viz.go() circle = vizshape.addCircle(parent=viz.ORTHO) circle.setScale([100,100,1]) circle.disable(viz.LIGHTING) viz.link(viz.CenterCenter,circle) |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to draw EyeLink drift correction to screen | chris2307 | Vizard | 6 | 08-18-2014 02:22 PM |
| How to draw a circle? | Saz | Vizard | 4 | 05-05-2011 03:25 PM |