WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 61
Search took 0.01 seconds.
Search: Posts Made By: durf
Forum: Vizard 08-05-2009, 09:15 AM
Replies: 7
Views: 11,728
Posted By durf
Great I think it worked.

Great I think it worked.
Forum: Vizard 08-05-2009, 09:13 AM
Replies: 7
Views: 11,728
Posted By durf
Ok I will give that a try later... thanks for the...

Ok I will give that a try later... thanks for the feedback
Forum: Vizard 08-05-2009, 07:31 AM
Replies: 7
Views: 11,728
Posted By durf
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: 8,602
Posted By durf
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: 11,728
Posted By durf
Is there a good example of this to follow?

Is there a good example of this to follow?
Forum: Vizard 08-04-2009, 09:41 AM
Replies: 2
Views: 8,602
Posted By durf
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: 11,728
Posted By durf
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: 8,251
Posted By durf
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: 7,141
Posted By durf
I tried viz.link(viz.Mouse, box) and all I can...

I tried viz.link(viz.Mouse, box) and all I can get it to do is move side to side and not very much. I even tried this to improve the amount it moves, boxLink.postScale([4,1,6],target =...
Forum: Vizard 07-16-2009, 11:46 AM
Replies: 2
Views: 7,141
Posted By durf
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: 6,840
Posted By durf
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: 6,549
Posted By durf
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: 7,430
Posted By durf
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: 7,430
Posted By durf
Actually I figured it out, but I have one concern...

Actually I figured it out, but I have one concern when I run viz.window.setBorder(viz.BORDER_NONE), how do I exit the program when I am done? I had to ctrl alt del to close the graphics window.
...
Forum: Vizard 05-27-2009, 10:35 AM
Replies: 3
Views: 7,430
Posted By durf
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: 8,138
Posted By durf
Sorry I should of clarified that earlier. I have...

Sorry I should of clarified that earlier. I have 2 dual video cards on my computer. I am using 3 DVI ports. So I can span a window across 3 DVI ports. So my x axis range is going to be -10 to 40...
Forum: Vizard 05-20-2009, 12:05 PM
Replies: 4
Views: 8,138
Posted By durf
Ok I have another question. What if I am running...

Ok I have another question. What if I am running multiple projectors. projector 1 is 4:3 and projector 2 and 3 are running 16:9. Does it still auto-detect or do I have to change the FOV?
...
Forum: Vizard 05-20-2009, 07:19 AM
Replies: 4
Views: 8,138
Posted By durf
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: 12,861
Posted By durf
Nevermind post, I have ppt x for cameras so my...

Nevermind post, I have ppt x for cameras so my max range is 15x15x15 I guess.
Forum: Precision Position Tracker (PPT) 05-18-2009, 09:46 AM
Replies: 3
Views: 12,861
Posted By durf
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: 7,432
Posted By durf
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: 8,929
Posted By durf
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: 8,573
Posted By durf
I looked at the tutorial. Thanks. Is there a way...

I looked at the tutorial. Thanks. Is there a way to make that subwindow equal to the size of what being displayed on the screen. Like I said Im going to be running 4 projectors, and I want that top...
Forum: Vizard 05-05-2009, 12:06 PM
Replies: 3
Views: 8,573
Posted By durf
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: 6,989
Posted By durf
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...
Showing results 1 to 25 of 61

 
Forum Jump

All times are GMT -7. The time now is 04:27 AM.


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