WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Kevin Chiu
Forum: Vizard 01-07-2015, 11:23 AM
Replies: 2
Views: 6,469
Posted By Kevin Chiu
Hi, The option will be very limited if you...

Hi,

The option will be very limited if you wanna have full resolution stereoscopic on a monitor display, especially if you want to go with HDMI 1.4a.
The chance is that if you can find a 3D...
Forum: Vizard 08-29-2014, 01:23 PM
Replies: 18
Views: 18,756
Posted By Kevin Chiu
Hi, Can you try with the addSensorBus...

Hi,

Can you try with the addSensorBus version again with another index?
What returns to you when you add this line of code?
print sensors

Also can you attach a screen shot about your device...
Forum: Vizard 08-28-2014, 10:08 AM
Replies: 9
Views: 13,192
Posted By Kevin Chiu
Of course you can, if all the example script...

Of course you can, if all the example script works for you then you should be able to have it too.
Just don't forget to import the hd module if you gonna use it.

Best,
Kevin
Forum: Vizard 08-27-2014, 02:31 PM
Replies: 9
Views: 13,192
Posted By Kevin Chiu
No, I have tested them all on 3.0, 4.0, 5.0...

No, I have tested them all on 3.0, 4.0, 5.0 already. It should work right away.
Can you confirm that the example scripts runs with out problem and works fine first on your end?
What is the error...
Forum: Vizard 08-27-2014, 12:26 PM
Replies: 9
Views: 13,192
Posted By Kevin Chiu
Here you go. In your case please ignore the...

Here you go.
In your case please ignore the hd.dlm and hd.py, just need to use the scrips in the Examples folder.

Best,
Kevin
Forum: Vizard 08-26-2014, 02:43 PM
Replies: 4
Views: 23,617
Posted By Kevin Chiu
Hi Armo, You will still need to choose...

Hi Armo,

You will still need to choose "body[0]" when exporting both the "casual02_m_highpoly.CRF" and "casual02_m_highpoly01.CRF" hence the "hair_trasparent[1]" is not an existing tga texture.
...
Forum: Vizard 08-26-2014, 12:51 PM
Replies: 2
Views: 6,586
Posted By Kevin Chiu
Hi Alex, Are you doing it from a single...

Hi Alex,

Are you doing it from a single computer?
If not then you will need to use Vizard's cluster system which will require Enterprise license.
There also some information that you can take a...
Forum: Vizard 08-26-2014, 12:41 PM
Replies: 1
Views: 7,103
Posted By Kevin Chiu
Hi Melody, This is a similar topic which you...

Hi Melody,

This is a similar topic which you posted at yesterday already, let's keep it simple and continue on the first one we already had for the discussion. ;)
Thanks.

Best,
Kevin
Forum: Vizard 08-26-2014, 12:31 PM
Replies: 5
Views: 15,666
Posted By Kevin Chiu
Seems positive though we don't have it to confirm...

Seems positive though we don't have it to confirm at our end.
But according to their web page, it seems for having the rumble effect will just require a software installation when using DirectInput...
Forum: Vizard 08-26-2014, 12:18 PM
Replies: 9
Views: 13,192
Posted By Kevin Chiu
Hi, Sorry for that the old demo which you...

Hi,

Sorry for that the old demo which you are looking for aren't available on our web page anymore.
Can you let me know about which haptic device you have?
Thanks.

Best,
Kevin
Forum: Vizard 08-26-2014, 11:38 AM
Replies: 5
Views: 15,666
Posted By Kevin Chiu
Hi John, Here is a work around for having...

Hi John,

Here is a work around for having the vibration working in Vizard via the Python ctypes library.
Please be aware about the XInput versions which you have and change the line accordingly...
Forum: Vizard 08-25-2014, 03:08 PM
Replies: 5
Views: 15,666
Posted By Kevin Chiu
Hi John, Unfortunately, since Vizard...

Hi John,

Unfortunately, since Vizard accessing data from any DirectInput compatible gamepad and joystick device. Which also means that for the Xbox360 controller, it will need to have the force...
Forum: Vizard 11-26-2013, 02:56 PM
Replies: 1
Views: 6,754
Posted By Kevin Chiu
Hi Sabu, This may show a way for achieving...

Hi Sabu,

This may show a way for achieving the conversion.



import viz
import Image

#Create a Vizard texture
Forum: Vizard 10-18-2013, 05:37 PM
Replies: 7
Views: 9,187
Posted By Kevin Chiu
Hi Frank, For your information, the blink...

Hi Frank,

For your information, the blink animation at my example which I post previously was played back at a slowdown speed for showing the idea.
Here is another example which will playback the...
Forum: Vizard 10-18-2013, 12:07 AM
Replies: 7
Views: 9,187
Posted By Kevin Chiu
Hi Frank, Please try the quick example which...

Hi Frank,

Please try the quick example which shown the idea for how to animating a blinking eye.
Actually it will need to move the bones positions more rather then just the orientations.
But the...
Forum: Vizard 09-16-2013, 05:46 AM
Replies: 4
Views: 20,391
Posted By Kevin Chiu
Hi, Can you provide your viztracker file for...

Hi,

Can you provide your viztracker file for us to have a look on it?
It is still hard to say that what is the exact problem form the descriptions.

Thanks.
Kevin
Forum: Vizard 09-16-2013, 05:35 AM
Replies: 2
Views: 8,329
Posted By Kevin Chiu
Hi, As Vizard is Python based, you actually...

Hi,

As Vizard is Python based, you actually can use Python's function to convert your variable to a string and show it in a text box or dialogue box.

Please try this simple sample:

import...
Forum: Vizard 09-12-2013, 05:57 AM
Replies: 11
Views: 11,100
Posted By Kevin Chiu
Hi Will, Sorry for the late reply. It now...

Hi Will,

Sorry for the late reply.
It now seems more like an USB driver issue for me, are you using the latest Fastrak USB driver on the computer for connecting the Fastark?

Since we know that...
Forum: Vizard 09-09-2013, 04:12 AM
Replies: 11
Views: 11,100
Posted By Kevin Chiu
Hi, What kind of interface you are using for...

Hi,

What kind of interface you are using for connecting Fastrak with the computer? is that serial port or USB?
Also you may need to check about if the PiMgr application is running at the same...
Forum: Vizard 09-05-2013, 07:09 AM
Replies: 11
Views: 11,100
Posted By Kevin Chiu
Hi, Can you try this code and see if the...

Hi,

Can you try this code and see if the Fastrak is connected?

import viz
import vizact
import viztracker

viz.setMultiSample(4)
viz.fov(60)
Forum: Vizard 09-05-2013, 06:54 AM
Replies: 1
Views: 8,635
Posted By Kevin Chiu
Hi Subbu, It is possible to get the texture...

Hi Subbu,

It is possible to get the texture and surface normal information by shooting an intersect line from a cursor's 2D location on the window into the world.

But there are also some...
Forum: Vizard 08-28-2013, 09:25 PM
Replies: 1
Views: 7,060
Posted By Kevin Chiu
Hi, The code should works, you feel it...

Hi,

The code should works, you feel it didn't work because you didn't give any amount of degrees in Euler to the viz.MainView.setEuler() function.
So it remains looking forward, try to put some...
Forum: Vizard 06-07-2013, 02:09 PM
Replies: 7
Views: 12,614
Posted By Kevin Chiu
You can just comment out the last line of the...

You can just comment out the last line of the script.
Forum: Vizard 06-06-2013, 12:52 PM
Replies: 7
Views: 12,614
Posted By Kevin Chiu
Hi Andy, Is this the effect which you want? ...

Hi Andy,

Is this the effect which you want?


import viz
viz.go()

box = viz.add('box.wrl', pos=[0,0,0])
plan = viz.add('tut_ground.wrl')
Forum: Vizard 08-06-2012, 09:01 AM
Replies: 6
Views: 9,433
Posted By Kevin Chiu
Hi Antoine, The model actually works, the...

Hi Antoine,

The model actually works, the problem is that your test.wav didn't have any sound.
SInce the wave file need to have sound to make your avatar's head talking, please change your sound...
Showing results 1 to 25 of 26

 
Forum Jump

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


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