WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 61
Search took 0.00 seconds.
Search: Posts Made By: cade_mccall
Forum: Vizard 10-12-2012, 06:42 AM
Replies: 3
Views: 7,888
Posted By cade_mccall
Perfect

Thanks! That did the trick.
Forum: Vizard 09-20-2012, 06:03 AM
Replies: 3
Views: 7,888
Posted By cade_mccall
Was it something I said?

Was it something I said?
Forum: Vizard 08-03-2012, 01:48 AM
Replies: 3
Views: 7,888
Posted By cade_mccall
multitexturing with a lightmap

Hellooooo,

I've made an ive with a lightmap that looks good in Vizard. Now I want use multitexturing so that I can blend between multiple textures. I'm able to add textures to different units,...
Forum: Vizard 04-21-2011, 06:53 AM
Replies: 0
Views: 7,339
Posted By cade_mccall
reset viztracker

Hi. I'm using viztracker with an intersense and I want to reset the orientation with my script (instead of with alt-r). What's the best way to that? (I couldn't figure out how to get a handle on the...
Forum: Precision Position Tracker (PPT) 02-09-2011, 08:41 AM
Replies: 3
Views: 14,149
Posted By cade_mccall
...Thanks much for the call and the help with the...

...Thanks much for the call and the help with the camera and system settings. It's working like a charm now.
Forum: Precision Position Tracker (PPT) 02-08-2011, 05:40 AM
Replies: 3
Views: 14,149
Posted By cade_mccall
Hi- They are in H-mode. Please contact me. ...

Hi-
They are in H-mode. Please contact me.
Thanks,
Cade
Forum: Precision Position Tracker (PPT) 02-03-2011, 05:44 AM
Replies: 3
Views: 14,149
Posted By cade_mccall
marker IDs not working

Hey-

I'm using Marker IDs with a PPT-H system. PPT doesn't recognized the marker IDs. In automatic mode I get the "Marker ID could not detect the IDs" warning. If I configure the Marker ID plug-in...
Forum: Vizard 07-28-2010, 12:15 PM
Replies: 4
Views: 8,299
Posted By cade_mccall
does idlepose still work?

When I run the following code, the avatar still pops out of the animation between standing and walking:

import viz

viz.go()

avatar = viz.add('vcc_male.cfg')
avatar.idlepose( -1 )
standing...
Forum: Vizard 07-22-2010, 10:43 PM
Replies: 0
Views: 5,513
Posted By cade_mccall
isCulled ?

If I run the script below, I get a 0 even though I can't see the node in my window. What am I missing?

import viz
viz.go()
node = viz.add('box.wrl' )
node.setPosition(-3.3,1.8,5)
print...
Forum: Vizard 11-18-2008, 11:13 AM
Replies: 1
Views: 6,651
Posted By cade_mccall
viz.prevent_screensaver

What command uses the viz.prevent_screensaver flag?
Forum: Vizard 05-07-2008, 11:44 AM
Replies: 1
Views: 6,167
Posted By cade_mccall
Boot Camp

Does anyone know if Vizard runs fine on a Mac with Boot Camp?
Forum: Vizard 04-16-2008, 11:30 PM
Replies: 1
Views: 6,957
Posted By cade_mccall
getting ready to rumble

Hey-

I'm trying to get a Wingman Rumblepad to rumble. I'm almost certain I used to be able to do so in Vizard. However, vizjoy.rumble doesn't work for me.

The documentation points out that the...
Forum: Vizard 11-16-2007, 02:49 PM
Replies: 7
Views: 10,115
Posted By cade_mccall
Ahhh. Okay. My module works with the old Vizard...

Ahhh. Okay. My module works with the old Vizard because the author of the module hacked fixes for at least one bug. I know he switched the sign of the z-coordinate when using setTrans. When I undo...
Forum: Vizard 11-16-2007, 01:07 PM
Replies: 7
Views: 10,115
Posted By cade_mccall
import vizmat t = viz.Transform() ...

import vizmat

t = viz.Transform()
t.makeEuler(90,0,0)
print t.getRot()
Forum: Vizard 11-16-2007, 12:07 PM
Replies: 7
Views: 10,115
Posted By cade_mccall
The code below prints out different values in the...

The code below prints out different values in the different versions. It also prints out different values if I use postMult instead of fullMult.

import vizmat
t = viz.Transform()
t.set(...
Forum: Vizard 11-15-2007, 07:53 PM
Replies: 7
Views: 10,115
Posted By cade_mccall
transform deprecation problem

I have a module that works in Vizard 2.5 but doesn't work in Vizard 3.0.

Originally, the module used <transform>.mult and <transform>.fullMult. Because 3.0 doesn't have <transform>.mult, I...
Forum: Vizard 07-25-2007, 05:11 PM
Replies: 0
Views: 7,200
Posted By cade_mccall
intersense question

Hey Youses:

I want to reset the roll, pitch, and yaw of the intersense data, but when I use command(2) (or resetlocal) it flips everything such that when I look up the view rotates down. My goal...
Forum: Vizard 05-22-2007, 10:13 PM
Replies: 19
Views: 24,647
Posted By cade_mccall
Perfect. Thanks.

Perfect. Thanks.
Forum: Vizard 05-21-2007, 10:30 PM
Replies: 19
Views: 24,647
Posted By cade_mccall
No. When I publish this script as an exe . . . ...

No. When I publish this script as an exe . . .

import viz
viz.go()
file = open( 'test.txt', 'a' )
file.write( 'hello' )
file.close()

. . . I can't get the exe to write anything.
Forum: Vizard 05-20-2007, 11:11 AM
Replies: 19
Views: 24,647
Posted By cade_mccall
writing a text file

Hi-

I want the exe I've made with Publish to EXE to write to a text file for recording data. Is that possible?

Thanks,
Cade
Forum: Vizard 05-17-2007, 11:54 AM
Replies: 1
Views: 7,830
Posted By cade_mccall
screen reference frame for stereo

Hi-

I've got a program where I stick a texture quad to the screen, but when I run it in stereo it only appears in one eye. Is there a way to around that?

Thanks,
Cade
Forum: Vizard 04-29-2007, 10:05 PM
Replies: 1
Views: 7,714
Posted By cade_mccall
viztask question

Hi-

I'd like to use viztask to pause once and then continue, but using viztask.waitTime loops the task until I kill it. Is there a command for just executing the task once after pausing or a way...
Forum: Vizard 04-16-2007, 11:25 PM
Replies: 1
Views: 9,450
Posted By cade_mccall
killing vizact timers

Hi-

If you start a timer with vizact.ontimer, is there a way to kill it?

-Cade
Forum: Vizard 02-21-2007, 08:24 PM
Replies: 3
Views: 14,203
Posted By cade_mccall
damn you're fast

damn you're fast
Forum: Vizard 02-21-2007, 04:35 PM
Replies: 3
Views: 14,203
Posted By cade_mccall
button problems

Hi-

I'm working with GUIs and I have a problem when I add both a textbox and a button. When I run the script below, I click on the textbox and, as expected, that triggers an event. The weird thing...
Showing results 1 to 25 of 61

 
Forum Jump

All times are GMT -7. The time now is 02:34 AM.


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