WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 34
Search took 0.01 seconds.
Search: Posts Made By: roobert
Forum: Vizard 11-18-2014, 12:51 PM
Replies: 0
Views: 7,041
Posted By roobert
Error Run Vizard

Hi, I am trying to create an interface with multiple .dae files when I ejecutro the program returns me errors saying it does not support, the thing is that dae quisa contain many textures and that's...
Forum: Vizard 09-30-2014, 08:23 AM
Replies: 1
Views: 13,340
Posted By roobert
Unhappy Library

Hi, I have installed Vizard 4.0 and I need import "arcpy" library. somebody that help me.

I already have installed ArcGIS.

:(:confused:
Forum: Vizard 09-01-2014, 09:12 AM
Replies: 1
Views: 10,764
Posted By roobert
Talking Joystick

Hi, I have my first joystick, but I don't know how connect.
I have this http://bit.ly/1sV10SC.
I installed the driver of the official page but in vizard no work.
Help me

I am trying the example...
Forum: Vizard 08-19-2014, 07:02 AM
Replies: 3
Views: 7,343
Posted By roobert
I had the same problem, I solve it by starting...

I had the same problem, I solve it by starting the message variable in this way
Forum: Vizard 08-18-2014, 04:39 PM
Replies: 6
Views: 13,736
Posted By roobert
I am use Kinect. I can not see the hands, does...

I am use Kinect.
I can not see the hands, does the kinect not detect distances?
Forum: Vizard 08-15-2014, 04:55 PM
Replies: 6
Views: 13,736
Posted By roobert
If I use a model eg(piazza.osgb) the model...

If I use a model eg(piazza.osgb) the model position is in middle of my body, How I put the floor model put on my feet?
Forum: Vizard 08-15-2014, 03:26 PM
Replies: 6
Views: 13,736
Posted By roobert
Jeff. no doubt, you are a genius. Thank...

Jeff.

no doubt, you are a genius.

Thank you.
Forum: Vizard 08-14-2014, 04:17 PM
Replies: 3
Views: 9,967
Posted By roobert
you need v5.

you need v5.
Forum: Vizard 08-14-2014, 12:05 PM
Replies: 6
Views: 13,736
Posted By roobert
Lightbulb Walk

I'm using the kinect and want to know if you can walk through a scene for example (piazza.osgb) with my motion detection.

There is some information about this...
Forum: Vizard 08-14-2014, 11:55 AM
Replies: 4
Views: 7,496
Posted By roobert
I could make and models to follow me. Is there...

I could make and models to follow me.
Is there a best way?
Forum: Vizard 08-14-2014, 11:40 AM
Replies: 4
Views: 7,496
Posted By roobert
Hi Jeff. you always have response for my...

Hi Jeff.
you always have response for my questions, thank you.

The function (prindData) if you print the position, but I would like some model (ball.wrl) follow the position of my hands that...
Forum: Vizard 08-12-2014, 01:02 PM
Replies: 4
Views: 7,496
Posted By roobert
Exclamation Kinect

I tried connecting the kinect with vizard but the connection no work

I have this message
"check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.30', got...
Forum: Vizard 08-05-2014, 04:40 PM
Replies: 4
Views: 11,977
Posted By roobert
I want work the kinect with Avatar but I am a...

I want work the kinect with Avatar but I am a beginner and got this example to start testing.


and running the code, I return this.
check_vrpn_cookie(): VRPN Note: minor version number doesn't...
Forum: Vizard 08-05-2014, 04:10 PM
Replies: 4
Views: 11,977
Posted By roobert
I found the link...

I found the link http://kb.worldviz.com/articles/1584
but I have a error and I don't understand.

" check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.30',...
Forum: Vizard 08-05-2014, 03:08 PM
Replies: 4
Views: 11,977
Posted By roobert
Question Kinect

Hi, I have a kinect of the Microsoft, I like would connect with Vizard how a tracker, Is it possible?
I need to do

:rolleyes:
Forum: Vizard 08-01-2014, 08:45 AM
Replies: 7
Views: 13,251
Posted By roobert
I do that, thanks ...

I do that, thanks

X=e.sensor.text.getMessage()
print X => "HOUSE_GET_TEXT"
Forum: Vizard 08-01-2014, 08:25 AM
Replies: 7
Views: 13,251
Posted By roobert
And if I want get the text that put in the node,...

And if I want get the text that put in the node, how I do?

house1 = house('box.wrl', 'HOUSE_GET_TEXT', [-10,0,-20])

sensor.text = viz.addText(text,parent = self.obj)

...
Forum: Vizard 08-01-2014, 07:40 AM
Replies: 7
Views: 13,251
Posted By roobert
Frank. Is exactly what you wanted, you're a...

Frank.
Is exactly what you wanted, you're a genius.
Thanks
Forum: Vizard 07-31-2014, 04:03 PM
Replies: 7
Views: 13,251
Posted By roobert
It correct but when I'll have more of one model...

It correct but when I'll have more of one model the text is variable, how come I can do?

import vizmat
import vizact
import vizproximity
import vizdlg

viz.go()
viz.setMultiSample(4)...
Forum: Vizard 07-31-2014, 09:28 AM
Replies: 7
Views: 13,251
Posted By roobert
Question Information associated with a model

Can I associate information to a model? so when I go in, this information is displayed

I use sensor proximity.

#Create proximity manager
manager = vizproximity.Manager()...
Forum: Vizard 07-29-2014, 07:16 AM
Replies: 2
Views: 6,706
Posted By roobert
Hi Jeff. Thanks for your help, it was...

Hi Jeff.

Thanks for your help, it was exactly what I wanted
Forum: Vizard 07-28-2014, 12:37 PM
Replies: 1
Views: 6,740
Posted By roobert
Exclamation Collide

as I can generate an action after the collision of two models

mod1=viz.add('ball.wrl')
mod1.collideMesh()

mod2=viz.add('ball.wrl')
mod2.collideMesh()

if mod1 collide with mod2:
print...
Forum: Vizard 07-28-2014, 11:06 AM
Replies: 2
Views: 6,706
Posted By roobert
Question Animate

I have a sphere and I would like to grow little by little. It is my code, but the sphere appears with the final size.

es=viz.add('model/sphere.dae',pos=[0,0,0],scale=[0.5,0.5,0.5])...
Forum: Vizard 07-28-2014, 10:59 AM
Replies: 3
Views: 6,851
Posted By roobert
I had the same problem and my answer were: ...

I had the same problem and my answer were:

#Create skylight
viz.MainView.getHeadLight().disable()
sky_light = viz.addLight(euler=(0,90,0))
sky_light.position(0,0,-1,0)...
Forum: Vizard 07-26-2014, 08:22 AM
Replies: 4
Views: 13,640
Posted By roobert
This my result: http://bit.ly/1mPIpCY

This my result:
http://bit.ly/1mPIpCY
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -7. The time now is 07:49 AM.


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