WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 51 to 75 of 108
Search took 0.01 seconds; generated 86 minute(s) ago.
Search: Posts Made By: Darkmax
Forum: Vizard 08-27-2010, 09:49 AM
Replies: 0
Views: 18,796
Posted By Darkmax
brain-computer interface emotiv

Somebody has tried to use a brain computer interface like the emotiv with vizard?
Forum: Vizard 08-11-2010, 12:42 PM
Replies: 1
Views: 18,090
Posted By Darkmax
i don't know exactly what are you referring, but...

i don't know exactly what are you referring, but if your are talking about the logos of vizard that is because you have the trial version or the lite.

So you need to buy the development or...
Forum: Vizard 08-10-2010, 06:57 AM
Replies: 4
Views: 22,365
Posted By Darkmax
I'm interested too, in use dynamic real-time...

I'm interested too, in use dynamic real-time reflection on curves.
Forum: Vizard 08-06-2010, 01:26 PM
Replies: 2
Views: 19,820
Posted By Darkmax
thx it works

thx it works
Forum: Vizard 08-06-2010, 08:28 AM
Replies: 2
Views: 19,820
Posted By Darkmax
stereo/anaglyph question

If some know how i can turn on the stereo or turn it off on my simulation?

Because i found how to turn it on but before the simulation run or ask before run it if you want stereo, but i cant find...
Forum: Plug-in development 08-03-2010, 06:04 AM
Replies: 3
Views: 40,892
Posted By Darkmax
im interested in using your plugin for vizard,...

im interested in using your plugin for vizard, but im just a student so i dont have to much money, i would like to detect the head movement without markers and also detect facial expressions.
Forum: Vizard 08-02-2010, 03:46 PM
Replies: 2
Views: 20,441
Posted By Darkmax
Update: I find a tutorial in the help section of...

Update: I find a tutorial in the help section of the space ball and works great.

Sorry for posting before doing a correct search.
Forum: Vizard 08-02-2010, 02:40 PM
Replies: 2
Views: 20,441
Posted By Darkmax
SpaceExplorer from 3DConnexion

My university has this device and i want to use it to navigate on a virtual world build it in vizard with 3ds max for a class, but i cant find how to make it work.

Does vizard support it?
Forum: Vizard 06-16-2010, 05:03 PM
Replies: 3
Views: 30,742
Posted By Darkmax
lol i think i just need to add the keyword before...

lol i think i just need to add the keyword before the word, like this:


VOICE_COLORS = { "vizard Red" : viz.RED
,"vizard Green" : viz.GREEN
,"vizard Blue" : viz.BLUE
,"vizard...
Forum: Vizard 06-16-2010, 04:40 PM
Replies: 3
Views: 30,742
Posted By Darkmax
wow thank you, but just a question where it say...

wow thank you, but just a question where it say "wordsRule" in the code, this like a keyword to start recognizing the next word that i will say or what is this?

I tried and it works great, but if...
Forum: Vizard 06-16-2010, 02:13 PM
Replies: 3
Views: 30,742
Posted By Darkmax
Voice recognition

I was just wondering if someone had tried a voice recognition library in vizard, because i would like to make a application where i can control it with my voice.

I found another thread about this...
Forum: Vizard 06-09-2010, 08:21 AM
Replies: 1
Views: 30,542
Posted By Darkmax
help with augmented reality and physics

im trying to make a simple application with physics and augmented reality.

I want just display a logo above the marker and if i roll the marker the logo will fall from the marker.

But the logo...
Forum: Vizard 05-31-2010, 10:11 AM
Replies: 2
Views: 34,568
Posted By Darkmax
you can get the position of the marker with...

you can get the position of the marker with marker.getPosition(), is like VR applications
Forum: Vizard 05-25-2010, 03:14 PM
Replies: 2
Views: 25,710
Posted By Darkmax
Thanks Jeff, this will make more efficient my...

Thanks Jeff, this will make more efficient my applications.
Forum: Vizard 05-25-2010, 03:03 PM
Replies: 4
Views: 26,108
Posted By Darkmax
Question :confused:Sorry i can't understand your question,...

:confused:Sorry i can't understand your question, try to be more specific with the interaction that you want to do.

I don't know if this is an AR application only or a mixed with VR, or something...
Forum: Vizard 05-21-2010, 05:58 AM
Replies: 2
Views: 21,095
Posted By Darkmax
You can make a Texture Quad(viz.addTexQuad) in...

You can make a Texture Quad(viz.addTexQuad) in vizard and then with the command billboard will always be facing to the view.

I normaly use this for the trees in my virtual worlds, but you can use...
Forum: Vizard 05-19-2010, 05:32 PM
Replies: 3
Views: 27,212
Posted By Darkmax
you have to make the opening (i.e. a door where...

you have to make the opening (i.e. a door where you can enter) of the house, in your modeler program(3ds max).

Also you have to consider the normals of your polygons to make it see from outside...
Forum: Vizard 05-18-2010, 06:36 AM
Replies: 2
Views: 24,844
Posted By Darkmax
please use the code tags when your are going to...

please use the code tags when your are going to post code, because indentation is very important in python.
And for your navigation problem try this code:


import viz

viz.go()
...
Forum: Vizard 05-17-2010, 07:17 AM
Replies: 7
Views: 38,922
Posted By Darkmax
use code tags please try this update car: ...

use code tags please try this update car:

#Update position of car every frame
def updateCar():
if wiimote.isButtonDown(wii.BUTTON_UP):
forwardMovementAmount = viz.elapsed() * MOVE_SPEED...
Forum: Vizard 05-13-2010, 09:27 PM
Replies: 2
Views: 25,710
Posted By Darkmax
change a model between scenes?

i tried to change a 2d cursor or a 3d model between scene 1 to scene 2 but i can't find the solution.

I know that you can specify the scene when you load the model or make a copy/clone/duplicate...
Forum: Vizard 05-13-2010, 08:40 PM
Replies: 5
Views: 24,444
Posted By Darkmax
this is a example of the solution if some want to...

this is a example of the solution if some want to know, i make it without the wiimote because i didn't have my wiimote at the moment


import viz

viz.go()

#Disable Mouse...
Forum: Vizard 05-13-2010, 08:23 PM
Replies: 5
Views: 24,444
Posted By Darkmax
Cool Thanks for your help JimC, but this throws me all...

Thanks for your help JimC, but this throws me all the intersections with the line but just in scene 1.

Something that i don't know how to use it because if i print this, is a list with this:...
Forum: Vizard 05-11-2010, 11:20 PM
Replies: 5
Views: 24,444
Posted By Darkmax
Hi, I found this code to implement my cursor...

Hi,
I found this code to implement my cursor with wii in my vr and it works great, but just with the first scene cause, i have 4 world each in a scene and i'm trying to implement this on the four...
Forum: Vizard 05-10-2010, 08:05 AM
Replies: 11
Views: 37,364
Posted By Darkmax
Talking thanks this going to be very helpful in my...

thanks this going to be very helpful in my project :D
Forum: Vizard 05-10-2010, 06:55 AM
Replies: 1
Views: 19,895
Posted By Darkmax
mm if you want animation, you are missing the...

mm if you want animation, you are missing the animation file CAF, because that is the important thing about using cal3d.

here is a tutorial of cal3d
...
Showing results 51 to 75 of 108

 
Forum Jump

All times are GMT -7. The time now is 11:06 PM.


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