![]() |
|
![]() |
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
how to draw 2D figure , for example a circle, in the screen, no the in 3D screen
How to draw a figure, for example a circle or a line, in the screen, not in the 3D screen.?
|
#2
|
|||
|
|||
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) |
#3
|
|||
|
|||
Thank you for solve my porblem.
|
#4
|
|||
|
|||
The Vizard 4.0 Documentation has no introduction of the function of 'vizshape.addCircle', how could I find these functions? Is there other document I can refer to?
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
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 |