WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: mberkes
Forum: Vizard 05-27-2009, 11:44 AM
Replies: 14
Views: 17,903
Posted By mberkes
Hey thanks for the help. Haven't quite got the...

Hey thanks for the help. Haven't quite got the data writing down yet, but my code now looks like this:


def Experiment():

while True:
viz.MainScene.visible(viz.OFF)
for n in range(4):...
Forum: Vizard 05-21-2009, 09:29 AM
Replies: 14
Views: 17,903
Posted By mberkes
So after a two month absense from working on...

So after a two month absense from working on this, I'm back at it, and realised I don't know what I'm doing! My code seems to be a mess with extraneous, or at least poorly written, code and the...
Forum: Vizard 03-26-2009, 09:44 AM
Replies: 14
Views: 17,903
Posted By mberkes
Didn't have time to work on this recently, but...

Didn't have time to work on this recently, but just a quick question about viztask. Do I need to rewrite the previous functions into a task, or just include them into my task with yield statements?...
Forum: Vizard 03-19-2009, 09:11 AM
Replies: 14
Views: 17,903
Posted By mberkes
I have this code for the mouseclick: def...

I have this code for the mouseclick:


def mouseclick(button):
if button == viz.MOUSEBUTTON_LEFT:
object = viz.pick()
if object.valid():
data = 'Selected' + items
position =...
Forum: Vizard 03-17-2009, 12:48 PM
Replies: 14
Views: 17,903
Posted By mberkes
Thanks, that works great. I have an issue though...

Thanks, that works great. I have an issue though where it runs through once perfectly, but then on any time after that, more than one object moves. I'll post the code, and would you be able to see...
Forum: Vizard 03-13-2009, 10:37 AM
Replies: 14
Views: 17,903
Posted By mberkes
Still can't figure out how to just move one...

Still can't figure out how to just move one object from the initial randomised scene to the returned scene. Actually, can't figure out a lot of things haha. I have a mouseclick selecting an object...
Forum: Vizard 03-10-2009, 09:03 AM
Replies: 14
Views: 17,903
Posted By mberkes
Hey thanks! This provides a good start. I've...

Hey thanks! This provides a good start. I've added in another function which brings up the object array and let's the viewer make a choice as to which object switched positions before starting again...
Forum: Vizard 03-09-2009, 11:29 AM
Replies: 14
Views: 17,903
Posted By mberkes
Need help with a project

So I'm VERY new to programming and WorldViz, and only have the basics down. I am, unfortunately, on a tight schedule though and need to create a simple project before April.
The project simply...
Showing results 1 to 8 of 8

 
Forum Jump

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


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