WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 51 to 75 of 103
Search took 0.01 seconds; generated 53 minute(s) ago.
Search: Posts Made By: betancourtb82
Forum: Vizard 05-02-2006, 08:15 AM
Replies: 12
Views: 39,859
Posted By betancourtb82
The only problem with that is that I would need...

The only problem with that is that I would need more than 3 avatars to come out at once. The experimenter wants a continous flow of avatars. Would I be able to do this w/only an array of 3 avatars...
Forum: Vizard 05-01-2006, 11:14 AM
Replies: 1
Views: 20,864
Posted By betancourtb82
Avatar Regeneration

I have a problem with my avatars. What is happening is that I have my avatars walking toward a subject once i hit the 'a' key. I then proceed to shoot them and when the bullet hits them, they fall...
Forum: Vizard 04-30-2006, 11:44 AM
Replies: 12
Views: 39,859
Posted By betancourtb82
I need 3 separate avatars, a mexican-american, a...

I need 3 separate avatars, a mexican-american, a white-american, and the experimenter. Each of these avatars will hold one of three items, a camera, a cell phone or a gun. Technically I have to...
Forum: Vizard 04-28-2006, 11:27 AM
Replies: 12
Views: 39,859
Posted By betancourtb82
Multidimensional Arrays

I was wondering if anyone could help me with a multidimensional array. I need to make an array that satisfies 3 conditions. There will be 3 different avatars, each having to hold 3 different...
Forum: Vizard 04-26-2006, 02:20 PM
Replies: 1
Views: 22,057
Posted By betancourtb82
.max files

I had a question. I found a website, turbosquid.com, where I could download .max files. Can these be used in Vizard? I'm trying to use a cell phone that I got there and link it to a hand. I think...
Forum: Vizard 04-21-2006, 01:00 PM
Replies: 1
Views: 21,179
Posted By betancourtb82
Rooms

I was wondering if there is a way to have avatars walk in and out of rooms "automatically". Would the path have to be specified for each avatar or is there a way to do this with a specific command. ...
Forum: Vizard 04-17-2006, 11:13 AM
Replies: 1
Views: 26,743
Posted By betancourtb82
Avatar Attributes

I'm trying to create an array of avatars, each with a different set of attributes (body, face, name, etc.). I'm thinking of developing a class that has these "attributes" as shown below:
class...
Forum: Vizard 04-10-2006, 02:39 PM
Replies: 5
Views: 25,490
Posted By betancourtb82
What I mean is that 2 crosshairs appear, both...

What I mean is that 2 crosshairs appear, both showing up on the screen at the same time. The problem is that when I click, bullets come out of the left eye, but nothing comes out of the right eye. ...
Forum: Vizard 04-10-2006, 02:01 PM
Replies: 5
Views: 25,490
Posted By betancourtb82
Crosshair problem

One thing that was weird is that the crosshair shows up separately on each eye when I put on the HMD. Is there a way to fix this?
Forum: Vizard 04-10-2006, 12:44 PM
Replies: 5
Views: 25,490
Posted By betancourtb82
THANK YOU! That worked perfectly

THANK YOU! That worked perfectly
Forum: Vizard 04-10-2006, 12:21 PM
Replies: 5
Views: 25,490
Posted By betancourtb82
Importing Scaffold scene

I have a slight problem. Farshizzo has so kindly helped me with using the crosshair as a 3d object. The problem is that I am also trying import the scaffold scene. The problem I'm having is that...
Forum: Vizard 04-04-2006, 10:46 AM
Replies: 40
Views: 121,662
Posted By betancourtb82
I apologize. I think I sent you something I was...

I apologize. I think I sent you something I was working on earlier but I corrected it. I still get the same behavior. Would you mind taking a look at this one and let me know if there is something...
Forum: Vizard 04-04-2006, 09:40 AM
Replies: 40
Views: 121,662
Posted By betancourtb82
Ok, I implemented the crosshair as you said,...

Ok, I implemented the crosshair as you said, however I'm still getting an offset between the bullet and the crosshair. Is there anyway to correct this now that I am using the "3d" version of the...
Forum: Vizard 03-30-2006, 01:07 PM
Replies: 40
Views: 121,662
Posted By betancourtb82
Earilier in this forum, when we discussed the...

Earilier in this forum, when we discussed the crosshair, you mentioned that we shouldn't be using objects that are attached to the screen when using stereo. I spoke to Mattias this weekend at the VR...
Forum: Vizard 03-23-2006, 06:57 PM
Replies: 6
Views: 56,122
Posted By betancourtb82
Talking No problem, I figured out the problem. I had...

No problem,
I figured out the problem. I had to put those statements in a onkeydown event.

Thanks!
Forum: Vizard 03-23-2006, 11:45 AM
Replies: 6
Views: 56,122
Posted By betancourtb82
Yes, I understand I can use the 'w' flag but what...

Yes, I understand I can use the 'w' flag but what happens when I want to add data to the same data file. I can use the 'w' flag for the first time, but then i'd want to append to the file after...
Forum: Vizard 03-23-2006, 11:08 AM
Replies: 6
Views: 56,122
Posted By betancourtb82
Data Files

I'm creating a data file for the program I wrote. Here is the setup. I have an input named subject called by viz.input. Then I say the following in the data file:


start_time = time.time()...
Forum: Vizard 03-21-2006, 10:47 AM
Replies: 40
Views: 121,662
Posted By betancourtb82
New question, similar problem. I have now been...

New question, similar problem. I have now been told that the avatars must appear with different faces, based on an input. Here is what I have done so far:

#define a choice variable
choice =...
Forum: Vizard 03-21-2006, 09:26 AM
Replies: 40
Views: 121,662
Posted By betancourtb82
I'm still getting the same error. I'm not sure...

I'm still getting the same error. I'm not sure what is causing it. When a bullet "hits" or intersects an avatar, the following code is called:

if info.intersected:
if info.object in avatars:...
Forum: Vizard 03-21-2006, 09:14 AM
Replies: 5
Views: 32,421
Posted By betancourtb82
Talking Thanks! That really helped out

Thanks! That really helped out
Forum: Vizard 03-21-2006, 09:06 AM
Replies: 5
Views: 32,421
Posted By betancourtb82
Talking Thanks! That really

Thanks! That really
Forum: Vizard 03-20-2006, 02:36 PM
Replies: 7
Views: 41,160
Posted By betancourtb82
I wanted to follow up with this issue. I'm...

I wanted to follow up with this issue. I'm having a bit of a problem with my code. Everything works according to plan, however, if I close my left eye and try to look through only my right eye, the...
Forum: Vizard 03-20-2006, 01:22 PM
Replies: 40
Views: 121,662
Posted By betancourtb82
Ok, everything works great so far. The only...

Ok, everything works great so far. The only problem is that I am getting some kind of traceback error.

Traceback (most recent call last):
File "Test2WithEyeAdjustment.py", line 185, in mytimer...
Forum: Vizard 03-19-2006, 01:56 PM
Replies: 5
Views: 32,421
Posted By betancourtb82
I would like for them to appear within a radius...

I would like for them to appear within a radius of the subject. I want them to appear in front, to the left and right and behind the subject and certain intervals. They don't have to be random to...
Forum: Vizard 03-15-2006, 10:49 AM
Replies: 5
Views: 32,421
Posted By betancourtb82
Avatar walk

I was wondering if you could help me with this problem. I think it's more of a mathematical problem but I think it applies to programming. I need for avatars to appear from all directions instead...
Showing results 51 to 75 of 103

 
Forum Jump

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


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