WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: aaaa
Forum: Vizard 11-19-2014, 10:52 PM
Replies: 0
Views: 7,166
Posted By aaaa
can the edge of a dot be used anti-aliasing technique?

viz.startLayer(viz.POINTS)
viz.vertex(0,0,2)
viz.vertex(0.1,0,2)
viz.endLayer()


How to use anti-aliasing technique to set the luminance of the dot in proportion the the area covered by the...
Forum: Vizard 11-17-2014, 01:28 AM
Replies: 1
Views: 11,419
Posted By aaaa
how to set the lightness of the dot

Hi, I have a problem in setting the lightness of the dot. the code is below:

viz.startLayer(viz.POINTS)
viz.vertex(0,0,1)
viz.vertex(0,0.5,1)
aa=viz.endLayer()


I don't know how to set the...
Forum: Vizard 11-17-2014, 01:26 AM
Replies: 2
Views: 13,410
Posted By aaaa
Thanks very much

Thanks very much
Forum: Vizard 11-13-2014, 04:24 PM
Replies: 2
Views: 13,410
Posted By aaaa
how to draw a single point

Excuse me, the code bellow can't draw a single dot:

import viz
viz.go()
viz.startLayer(viz.POINTS)
viz.vertex(0,1.8,1)
viz.endLayer()

the code bellow can draw two points:
Forum: Vizard 11-08-2014, 06:40 AM
Replies: 1
Views: 12,679
Posted By aaaa
how to draw a line on the 2D screen with mouse

in the 2D screen, I want to draw a line. One point of the line is given, for example (400,500,0), the other point of the line is where the click of the mouse.

since the coordinate range of the...
Forum: Vizard 11-06-2014, 09:04 PM
Replies: 1
Views: 12,719
Posted By aaaa
how to draw 2D line in the screen, no the in 3D screen

how to draw 2D line in the screen, no the in 3D screen
Forum: Vizard 11-06-2014, 07:04 PM
Replies: 4
Views: 15,973
Posted By aaaa
The Vizard 4.0 Documentation has no introduction...

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?
Forum: Vizard 11-06-2014, 07:01 PM
Replies: 4
Views: 15,973
Posted By aaaa
Thank you for solve my porblem.

Thank you for solve my porblem.
Forum: Vizard 11-05-2014, 05:00 PM
Replies: 4
Views: 15,973
Posted By aaaa
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.?
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -7. The time now is 10:54 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC