Forum: Vizard
08-05-2009, 09:15 AM
|
Replies: 7
Views: 20,964
|
Forum: Vizard
08-05-2009, 09:13 AM
|
Replies: 7
Views: 20,964
|
Forum: Vizard
08-05-2009, 07:31 AM
|
Replies: 7
Views: 20,964
ballList = []
def balls():
...
ballList = []
def balls():
ball = ballOriginal.copy()
ball.scale(.5,.5,.5)
ball.collideSphere()
ball.setPosition([0,20,0])
ballList.append(ball)...
|
Forum: Vizard
08-05-2009, 07:28 AM
|
Replies: 2
Views: 12,243
Well I was going to submit the code and change...
Well I was going to submit the code and change the .wrl files to something that comes along with vizard.. IE box.wrl... but when I ran the program with different animation the message never showed...
|
Forum: Vizard
08-04-2009, 04:01 PM
|
Replies: 7
Views: 20,964
|
Forum: Vizard
08-04-2009, 09:41 AM
|
Replies: 2
Views: 12,243
vizard memory error
Hello,
I keep getting an error that says... The instruction at "0x01cb717d" refrenced memory at "0x0000000f". The memory could not be "written"....
Does anyone know how to solve this issue? ...
|
Forum: Vizard
08-04-2009, 08:29 AM
|
Replies: 7
Views: 20,964
removing multiple objects
Hello,
I cannot figure out how to remove or delete multiple objects that have been created this way:
def balls():
ball = ballOriginal.copy()
ball.scale(.5,.5,.5)...
|
Forum: Vizard
07-23-2009, 08:02 AM
|
Replies: 1
Views: 12,340
Linking and Intersense Question
Hello,
I have a box that is linked to a ppt. I also want that box to rotate with intersense. The problem is when I have the box lined to the ppt, intersense will not work. If I comment out the...
|
Forum: Vizard
07-16-2009, 12:17 PM
|
Replies: 2
Views: 10,325
|
Forum: Vizard
07-16-2009, 11:46 AM
|
Replies: 2
Views: 10,325
mouse link
Hello,
Is there a way to link the mouse to an obj rather then using ppt to an object?
Thanks
|
Forum: Vizard
06-04-2009, 08:26 AM
|
Replies: 1
Views: 11,211
setEuler after Linking problem
Hello,
I created this:
fT = vizact.fadeTo(1,time=2)
ppt3Object.runAction(fT)
ppt3Object.scale(.05,.05,.05)
link1 = viz.link(ppt3,ppt3Object)
link1.setOffset([60,0,0])
|
Forum: Vizard
06-04-2009, 07:16 AM
|
Replies: 0
Views: 11,041
removing and obj with a timer
Hello,
Is there a way to delete an object after it runs through a vizact.sequence()? Keeping in mind that there is a timer. This chunk of code below creates an object constantly and then does some...
|
Forum: Vizard
05-27-2009, 11:35 AM
|
Replies: 3
Views: 9,983
I see that there is a...
I see that there is a viz.window.setPosition(0,0)... what do I need to set that to so It shows on video card 2 and spans to 3?
|
Forum: Vizard
05-27-2009, 11:23 AM
|
Replies: 3
Views: 9,983
|
Forum: Vizard
05-27-2009, 10:35 AM
|
Replies: 3
Views: 9,983
Window(Output) Border
Hello,
Is there anyway to get rid of the border around the program when its running? Like if you hit f11 on internet explorer, that will get rid of the border or hide it.
Thanks
|
Forum: Vizard
05-20-2009, 12:52 PM
|
Replies: 4
Views: 10,863
|
Forum: Vizard
05-20-2009, 12:05 PM
|
Replies: 4
Views: 10,863
|
Forum: Vizard
05-20-2009, 07:19 AM
|
Replies: 4
Views: 10,863
16:9 output
Hello,
I need to be pointed in the right direction for this. We are switching projectors from a 4:3 to 16:9. I would imagine that this would effect how the output would look(stretched). Is...
|
Forum: Precision Position Tracker (PPT)
05-18-2009, 10:02 AM
|
Replies: 3
Views: 15,260
|
Forum: Precision Position Tracker (PPT)
05-18-2009, 09:46 AM
|
Replies: 3
Views: 15,260
PPT X or PPT H
I have some question regarding ppt x and ppt h. We moved our cameras to a new location. This locations room is bigger then the one we were using before. I am a little confused on what I should use...
|
Forum: Vizard
05-08-2009, 11:39 AM
|
Replies: 1
Views: 10,263
run multiple actions simultaneously
Hello,
I cannot seem to figure out how to run actions simultaneously. Everything I try does one before another. Is there a way to make two things happen at once.
resize =...
|
Forum: Vizard
05-08-2009, 09:26 AM
|
Replies: 1
Views: 12,309
scale of image increase over time
Hello,
I am looking for a way to scale something over time. Like if I have and object scaled at 0.05 and I have a time limit of 30 seconds. Whats a good way to scale that object to 0.1?
IE...
|
Forum: Vizard
05-07-2009, 09:18 AM
|
Replies: 3
Views: 11,770
|
Forum: Vizard
05-05-2009, 12:06 PM
|
Replies: 3
Views: 11,770
multiple views
Hi,
I am displaying a program across 4 projector screens. One of the projectors is going to be hung above a stage pointing towards the stage(so the image will be on the floor). I was planning on...
|
Forum: Vizard
05-05-2009, 09:56 AM
|
Replies: 2
Views: 9,191
Physics Question
Hi,
Im trying to have a ball fall from a certain height and pass through a floor but have it land on the floor below it. Can anyone explain what I am doing wrong?
Thanks
import viz...
|