WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-12-2005, 01:14 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
on the fly objects

Trying to graph e.g. the position I used a graph made out of on the fly Lines (coordinate system) and on the fly Lines

I realised that it is possible to draw two points but to only draw one point does not seem to work?!

Code:
import viz
import vizmat
import time
import math


viz.go()



point=(0.3,0.3,0.3)
point2=(0.4,0.3,0.3)

viz.startlayer(viz.POINTS)
viz.vertexcolor(0,12,1)
viz.pointsize(2)
viz.vertex(point)
#viz.vertex(point2)
points = viz.endlayer(viz.SCREEN)
To draw two points on the same spot or just slighetly besides each other did not seem to work either.

Thank you,
Johannes
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:09 AM.


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