WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: znchb
Forum: Vizard 08-05-2010, 08:51 AM
Replies: 15
Views: 11,654
Posted By znchb
Thanks. yes, I connected 4 sensor at the...

Thanks.

yes, I connected 4 sensor at the same time.

but their position and orientation are not precisely, and are difficult to control, some time I can find the hand(5DT_DataGlove), some time...
Forum: Vizard 08-02-2010, 02:48 PM
Replies: 15
Views: 11,654
Posted By znchb
Actually, I need to use four viz.link, (1)...

Actually, I need to use four viz.link,
(1) link(Intersense HeadTracker, ViewPoint)
(2) link(Intersense Wand, mouse)
(3) link(Intersense HandTracker, Data Glove)
(4) link(Intersense...
Forum: Vizard 07-28-2010, 12:30 PM
Replies: 15
Views: 11,654
Posted By znchb
# I just tried and get this work well:...

# I just tried and get this work well: orientation & position for one of those 4 # sensers. (try to link View with just one Sensor, each try works.)
# Now I'm trying to use sensor 1 to control...
Forum: Vizard 07-28-2010, 09:28 AM
Replies: 15
Views: 11,654
Posted By znchb
Unhappy I used the program you provided, and there is...

I used the program you provided, and there is error.


** Load Time: 0.13 seconds
** ERROR: Failed to load plug-in: 'intersense.dle'
Traceback (most recent call last):
File "<string>", line...
Forum: Vizard 07-26-2010, 11:06 PM
Replies: 15
Views: 11,654
Posted By znchb
Hi, Jeff, If you have time, please give me...

Hi, Jeff,

If you have time, please give me some idea. thanks
Forum: Vizard 07-26-2010, 10:32 PM
Replies: 15
Views: 11,654
Posted By znchb
thank you for your reply, I copy the file to...

thank you for your reply, I copy the file to here.

import viz
viz.go()
viz.add('tut_ground.wrl')
viz.clearcolor(viz.GRAY)

view = viz.MainView
PORT_INTERSENSE = 1
sensor =...
Forum: Vizard 07-26-2010, 03:59 PM
Replies: 15
Views: 11,654
Posted By znchb
Need help for "Position/Motion Tracking", using "InterSense I-900"

Hi there,

I try to build up a VR system, using hardware: NVIS & InterSense I-900.

I write some little program based on Vizard help document, and the "Orientation" worked: if I turn around, the...
Forum: Vizard 06-28-2010, 12:27 AM
Replies: 6
Views: 11,743
Posted By znchb
Is your Win7 runs the 64-bit or 32-bit operation...

Is your Win7 runs the 64-bit or 32-bit operation system?
I don't know whether there is any conflict with 64-bit system.
But Mine is 32-bit, install the Vizard 3.0 and run program, that's it.
Forum: Vizard 06-27-2010, 07:25 PM
Replies: 2
Views: 8,953
Posted By znchb
Is there anyone can help me? I really need to...

Is there anyone can help me? I really need to solve this problem, which is one function of my project.
I will be very appreciated.
Forum: Vizard 06-27-2010, 12:50 AM
Replies: 2
Views: 8,953
Posted By znchb
Question how to "spin/spinto" an rectangular around its center or edge?

Please see the program below, I build an rectangular using polygon, and I want to make it spin around its Center point or around its Edge Line of rectangular ?
Is there anyone would like to help me?...
Forum: Vizard 12-08-2008, 02:34 AM
Replies: 1
Views: 7,560
Posted By znchb
Unhappy how to clear background sound of an animation

#the following program try to clean the animation-teacher and the sound,
#but I can't perform the later one, could you please help me? Thanks
import viz
import vizact
viz.go()...
Forum: Vizard 11-02-2008, 07:04 AM
Replies: 8
Views: 10,782
Posted By znchb
sorry to make a mistake. I suppose to post it...

sorry to make a mistake.
I suppose to post it as a new Question Topic.
Forum: Vizard 11-02-2008, 07:02 AM
Replies: 1
Views: 7,595
Posted By znchb
Question How to use 'time function' to control the balls appear separately?

# I want to show balls on the screen one by one, not all the balls appear immediately.
# could you please help me to use the time function to control it. Appreciate.

import viz
viz.go()
...
Forum: Vizard 11-02-2008, 07:00 AM
Replies: 8
Views: 10,782
Posted By znchb
Wink How to use 'time function' to control the appearance of balls

# I want to show balls on the screen one by one, not all the balls appear immediately.
:confused:# could you please help me to use the time function to control it. Appreciate.

import viz...
Forum: Vizard 10-30-2008, 12:33 AM
Replies: 2
Views: 8,481
Posted By znchb
Smile thanks

Appreciate!

first, you give me a good mind of using 'text3D', it helps me a lot.

second, using group is a good idea. Thanks.

Besides, do you know how to use '.copy' method, if I use the...
Forum: Vizard 10-30-2008, 12:26 AM
Replies: 8
Views: 10,782
Posted By znchb
It works

Oh, it works. Thanks

you are genious!
Forum: Vizard 10-26-2008, 09:27 PM
Replies: 8
Views: 10,782
Posted By znchb
the attachment file

the scene file
Forum: Vizard 10-26-2008, 09:13 PM
Replies: 8
Views: 10,782
Posted By znchb
Whether we can do like this? see the & the attached files

#some problems exist. if I use quad = viz.addTexQuad(), then I can not add #the 'billboard' to the scene. how to figure out this? Appreciate

import viz

viz.go()

####### Create surface to...
Forum: Vizard 10-26-2008, 07:53 PM
Replies: 2
Views: 8,481
Posted By znchb
how to use ***.remove() & how to show words directly? (change attach source code)

Attached is the source file I did. I need the Administrator's help for
how to use
***.remove()
and
how to show words directly on 'billboard2'? (in this program, I just use some picture...
Forum: Vizard 10-26-2008, 05:32 PM
Replies: 8
Views: 10,782
Posted By znchb
attached picture; Attach words directly

I just know hot to attach a picture that contains words to a 'BillBoard' ,

Eg.
self.billboard2 = viz.add('c:\\VirtualWorlds\\table\\billboard.3DS')
self.slide =...
Forum: Vizard 10-25-2008, 08:35 PM
Replies: 8
Views: 10,782
Posted By znchb
How to wirte words on a BillBoard?

:confused:Hi, Is there any tutorial to show me how to wirte words on a BillBoard & the words can be changed.

such as, when we click the keyboard, it will be changed to some other words that we...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -7. The time now is 11:41 AM.


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