WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 126 to 148 of 148
Search took 0.01 seconds; generated 49 minute(s) ago.
Search: Posts Made By: Frank Verberne
Forum: Vizard 04-18-2008, 04:57 AM
Replies: 7
Views: 66,351
Posted By Frank Verberne
After adjusting some things, I got the plugin to...

After adjusting some things, I got the plugin to work and I now know what the problem was!

I use VNC-viewer to remotely control the pc where the Vizard script is running on. When I closed the...
Forum: Vizard 04-17-2008, 04:18 PM
Replies: 7
Views: 66,351
Posted By Frank Verberne
How do I know if MotionBuilder has focus? It is...

How do I know if MotionBuilder has focus? It is the only program running on that computer, so I think it won't be able to get more focus than it already has.

By the way, the motion of the actor...
Forum: Vizard 04-17-2008, 02:04 PM
Replies: 7
Views: 66,351
Posted By Frank Verberne
The Vizard script is running on a different...

The Vizard script is running on a different computer than MotionBuilder. But after setting the Live Characters plugin online on the computer with MotionBuilder installed, the Vizard script from the...
Forum: Vizard 04-17-2008, 07:32 AM
Replies: 7
Views: 66,351
Posted By Frank Verberne
Live Characters plugin

Hi all,

We have the Live Characters plugin installed, but after adding the Live Characters device in MotionBuilder and turning it online, I can't adjust the settings of live, recording and model...
Forum: Vizard 04-11-2008, 05:04 AM
Replies: 9
Views: 49,600
Posted By Frank Verberne
Thanks, that was exactly what I was looking for! ...

Thanks, that was exactly what I was looking for!

I started playing around with two mirrors facing each other, but then the reflection of mirror1 is not reflected in mirror 2. Instead, you'll see...
Forum: Vizard 04-11-2008, 04:40 AM
Replies: 9
Views: 49,600
Posted By Frank Verberne
Thanks, that was exactly what I was looking for! ...

Thanks, that was exactly what I was looking for!

I started playing around with two mirrors facing each other, but then the reflection of mirror1 is not reflected in mirror 2. Instead, you'll see...
Forum: Vizard 04-10-2008, 02:23 PM
Replies: 9
Views: 49,600
Posted By Frank Verberne
@ Jerry: I already know how to see myself in the...

@ Jerry: I already know how to see myself in the mirror. But I want to create a glass window where you can see through, but also reflects, like a real life glass window. So what I want to make is a...
Forum: Vizard 04-10-2008, 06:33 AM
Replies: 9
Views: 49,600
Posted By Frank Verberne
I've tried the node.alpha command, but it doesn't...

I've tried the node.alpha command, but it doesn't work with my mirrorsurface. The texquad becomes transparent, but the reflection texture doesn't. So it tried tex.alpha(0.5) but that didn't work. Is...
Forum: Vizard 04-09-2008, 09:00 AM
Replies: 9
Views: 49,600
Posted By Frank Verberne
How to make a glass window in Vizard

Hi,

How can I create a real like glass window in Vizard? I already have a mirror that gives the reflection, but to have a nice glass window you'll have to be able to see through the glass (it has...
Forum: Vizard 04-08-2008, 11:37 AM
Replies: 2
Views: 39,064
Posted By Frank Verberne
Thanks for the quick reply! Replacing the section...

Thanks for the quick reply! Replacing the section of the clip plane calculation did the trick. The mirror now works as it should work;)!
Forum: Vizard 04-08-2008, 09:20 AM
Replies: 2
Views: 39,064
Posted By Frank Verberne
Mirror issues

Hi,

I'm modifying my mirror to be able to use it in multiple experiments and I've run into a little problem. If you run the sample script in this post, you'll see that the mirrorquad doesn't...
Forum: Vizard 04-01-2008, 06:52 AM
Replies: 2
Views: 101,127
Posted By Frank Verberne
Thanks again farshizzo! Now it works perfectly.

Thanks again farshizzo! Now it works perfectly.
Forum: Vizard 03-31-2008, 11:19 AM
Replies: 2
Views: 101,127
Posted By Frank Verberne
Looking through the eyes of an avatar

In my experiment, I want participants to see the world through the eyes of an avatar. Therefore, I linked het headbone of the avatar and the Mainview to the same tracker. This works great, but not...
Forum: Vizard 03-27-2008, 09:21 AM
Replies: 5
Views: 78,468
Posted By Frank Verberne
Thanks farshizzo! After trying some things I...

Thanks farshizzo! After trying some things I managed to get the reflection the way I wanted. Putting the light on the position of the mirror seemed to do the trick. Because I have several conditions...
Forum: Vizard 03-26-2008, 05:25 AM
Replies: 5
Views: 78,468
Posted By Frank Verberne
I'm still having problems with the mirror. When I...

I'm still having problems with the mirror. When I don't adjust the ambient lighting like this:
#Increase ambient lighting
viz.MainView.getHeadLight().ambient(3,3,3)
the mirrorimages of the avatars...
Forum: Vizard 03-25-2008, 10:47 AM
Replies: 5
Views: 78,468
Posted By Frank Verberne
It seems to be that the computer I was testing on...

It seems to be that the computer I was testing on was the problem. When I tested it in the lab, all was fine like you say. I don't know why my testing computer has this issue, but it doesn't matter...
Forum: Vizard 03-25-2008, 09:01 AM
Replies: 5
Views: 78,468
Posted By Frank Verberne
Getting a mirror to work in any environment

I used the code from this thread (http://www.worldviz.com/forum/showthread.php?t=1303) to create a mirror in the gallery environment. However, when I want to use the mirror in an other environment,...
Forum: Vizard 03-17-2008, 11:21 AM
Replies: 2
Views: 42,642
Posted By Frank Verberne
Thank you, I wasn't aware of the function...

Thank you, I wasn't aware of the function getRootBoneList(), but it works fine!
Forum: Vizard 03-14-2008, 04:28 PM
Replies: 2
Views: 42,642
Posted By Frank Verberne
Locking every bone of a character

I was wondering if it's possible to create a function to lock all bones of a character? The only way I could think of is this:
bones = ['Bip01', 'Bip01 Footsteps', 'Bip01 Head', 'Bip01 HeadNub', ...
Forum: Vizard 03-14-2008, 04:15 PM
Replies: 10
Views: 24,618
Posted By Frank Verberne
Today it appeared that the function of my last...

Today it appeared that the function of my last post doesn't work after all. I still had the old function using the timer active while testing the link command.
Forum: Vizard 03-13-2008, 10:50 AM
Replies: 10
Views: 24,618
Posted By Frank Verberne
Changing viz.ABS_GLOBAL into viz.AVATAR_WORLD...

Changing viz.ABS_GLOBAL into viz.AVATAR_WORLD worked perfectly, thanks! Together with a collegeau I also managed to get the same result using the viz.link() function:
for i in range(0,...
Forum: Vizard 03-12-2008, 10:41 AM
Replies: 10
Views: 24,618
Posted By Frank Verberne
Thank you for the code for the timer! Although I...

Thank you for the code for the timer! Although I had to replace viz.ABS_GLOBAL with viz.ABS_PARENT to make the head stay right on the avatar; when I used viz.ABS_GLOBAL, the head would look upwards...
Forum: Vizard 03-11-2008, 08:50 AM
Replies: 10
Views: 24,618
Posted By Frank Verberne
Thanks for posting the code for the mirror! One...

Thanks for posting the code for the mirror! One question though: how can I change the script so that only the head of the avatar will move according to the head movements of the participant instead...
Showing results 126 to 148 of 148

 
Forum Jump

All times are GMT -7. The time now is 05:30 AM.


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