WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 26 to 50 of 61
Search took 0.01 seconds; generated 95 minute(s) ago.
Search: Posts Made By: durf
Forum: Precision Position Tracker (PPT) 04-22-2009, 05:54 AM
Replies: 1
Views: 33,822
Posted By durf
Sensor gets confused

I have 4 sensors that I use currently for my program. Sometimes I switch the program only to track three, but the problem is the computer that tracks the sensors seems to switch sensors once in...
Forum: Vizard 04-18-2009, 10:11 AM
Replies: 1
Views: 23,145
Posted By durf
disable ppt sensor

Is there a way to track 4 sensors and have the computer disable which ever sensor you designate and then have then activate it later on.

IE - you have ppt1 and ppt2 as sensonrs. I want to ignore...
Forum: Vizard 04-14-2009, 11:34 AM
Replies: 1
Views: 32,145
Posted By durf
stopping a sequence

HI,

This is the code Im running:



def moveFlowers():

x,y,z = ball1.getPosition()
Forum: Vizard 04-11-2009, 10:06 AM
Replies: 4
Views: 31,888
Posted By durf
Is there a way to use the same key to turn on and...

Is there a way to use the same key to turn on and turn off the same function?

IE. If I hit 'a' to enable def calculate() then I hit 'a' again to disable def calculate().

I have the idea I think...
Forum: Vizard 04-10-2009, 12:13 PM
Replies: 1
Views: 68,568
Posted By durf
multiple objects

Im trying to think of a faster way to write this code. I have 3 objects. All 3 objects work as a whole. For example. Object 1 fits inside of object 2 and object 2 fits inside of object 3. So...
Forum: Vizard 04-08-2009, 12:14 PM
Replies: 4
Views: 31,888
Posted By durf
stopping ontimer

My program runs on onkeydown() that are assigned to different def func:. When i switch from func A to func B. A is still running. The reason is I think is becuase of the ontimers that I have...
Forum: Vizard 04-07-2009, 05:27 PM
Replies: 1
Views: 20,296
Posted By durf
Nevermind I figured it out. Couldnt figure out...

Nevermind I figured it out. Couldnt figure out how to delete post.
Forum: Vizard 04-07-2009, 11:12 AM
Replies: 1
Views: 20,296
Posted By durf
vizact.onkeydown()

Im trying to write a program where I have 3 funcs and I want to que those funcs onkeydown(). THe problem I am having is when I hit a keydown button and want to go to a different funcs that same func...
Forum: Vizard 03-31-2009, 10:59 AM
Replies: 8
Views: 36,981
Posted By durf
The reason I did not turn the visiblilty on and...

The reason I did not turn the visiblilty on and off is because its a looping animation. I dont want it to be visible half way through the loop. I want it to start the loop at its starting...
Forum: Vizard 03-31-2009, 09:50 AM
Replies: 1
Views: 24,093
Posted By durf
stopping a function

Hello,

I have def func1() and def func2() that do not run on timers of there own. I have a def maintask() that controls when each of the def() will start. The problem I am having is once func1()...
Forum: Vizard 03-31-2009, 09:18 AM
Replies: 3
Views: 26,622
Posted By durf
Ok thanks for that... If I wanted to do it via...

Ok thanks for that... If I wanted to do it via pressing keys and not a timer how would I do that. I got it to work but I have trouble after I go on to the next function... I can never go backwards....
Forum: Vizard 03-27-2009, 03:22 PM
Replies: 8
Views: 36,981
Posted By durf
296 Ok, I put the files in a zip file so you...

296

Ok, I put the files in a zip file so you should be able to get them now for the above program. Thanks.
Forum: Vizard 03-27-2009, 03:02 PM
Replies: 8
Views: 36,981
Posted By durf
Well I tried to upload a .wrl file and it...

Well I tried to upload a .wrl file and it wouldn't let me. So pretty much this file has moving animation to it that loops. It also has 5 skins of color on it as well. The program runs slow. Im...
Forum: Vizard 03-25-2009, 04:15 PM
Replies: 8
Views: 36,981
Posted By durf
Sure Ill post the code Friday when I am in.

Sure Ill post the code Friday when I am in.
Forum: Vizard 03-24-2009, 07:46 PM
Replies: 8
Views: 36,981
Posted By durf
sorry the viztask.schedule should be tabed over...

sorry the viztask.schedule should be tabed over one space
Forum: Vizard 03-24-2009, 01:25 PM
Replies: 8
Views: 36,981
Posted By durf
.clone() or .copy()

Hello,

Im writing a program that adds a node3d and lets the node run for 3.5 seconds and then removes the node3d when its triggered by some speed. The node is also looping animation(IE it appears...
Forum: Vizard 03-24-2009, 09:18 AM
Replies: 3
Views: 26,622
Posted By durf
Timer Question

Hello,

I have a program that I want to run for 10 minutes. In those 10 minutes I want it to check for the time. For the first 3 minutes I want it to run one function. After the 3 minutes...
Forum: Vizard 03-19-2009, 10:20 AM
Replies: 4
Views: 20,560
Posted By durf
Nevermind I got it... I just moved the def up...

Nevermind I got it... I just moved the def up into the if statement and now it works YEAH!
Forum: Vizard 03-19-2009, 08:51 AM
Replies: 4
Views: 20,560
Posted By durf
Not sure if Im understanding how these def really...

Not sure if Im understanding how these def really works. Im trying to calculate speed. When that speed is between 3 and 5 I want it to kick in the animation. This animation is a looping animation....
Forum: Vizard 03-18-2009, 05:53 AM
Replies: 4
Views: 20,560
Posted By durf
Well I dont want a spinning action to happen. ...

Well I dont want a spinning action to happen. The animation(the .wrl file) moves. This is an example. We have the sun. The sun rise from one area and sets in another area. On a certain cue I want...
Forum: Vizard 03-17-2009, 05:57 PM
Replies: 4
Views: 20,560
Posted By durf
stop and starting a .wrl file

Hello,

Im trying to make a animation happen once if. Im planning on using it in a def.

Do i initate the .wrl file before the def?

How can I make the .wrl disapear after the animation runs...
Forum: Vizard 03-17-2009, 05:36 PM
Replies: 3
Views: 31,630
Posted By durf
Still not working... Below is the code I have...

Still not working... Below is the code I have created for it. Im thinking it has something to do with the array. Just getting confused with it.


import viz
viz.go()

OriginalPillar =...
Forum: Vizard 03-17-2009, 11:59 AM
Replies: 1
Views: 26,164
Posted By durf
Multiple Programs Running

Is there a way to run multiple programs at the same time using the same sensors?

Im guessing no because when i try to run different programs at the same time it does not work and only allows me to...
Forum: Vizard 03-13-2009, 09:05 AM
Replies: 1
Views: 44,662
Posted By durf
Calculating Speed with sensor

Hello,

Right now I am trying to figure out how to calculate speed with a sensor. I know that speed is the rate of change with respect to time. So change of position / time.

I know I need to...
Forum: Vizard 03-10-2009, 10:30 AM
Replies: 1
Views: 25,558
Posted By durf
Checking 2 sensors distance from each other

How do you check to see if a sensor is getting close to another sensor.

Like if ppt1 is 3 ft(in real world) or less from ppt2 I want a reaction to happen.
Showing results 26 to 50 of 61

 
Forum Jump

All times are GMT -7. The time now is 05:48 PM.


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