WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: Huib
Forum: Vizard 05-08-2012, 09:31 AM
Replies: 3
Views: 9,419
Posted By Huib
I don't know if you want to "mess with" the...

I don't know if you want to "mess with" the keyboard? Otherwise you could map the wiimote buttons to keys and use callbacks (for instance via vizact.onkeydown())
Forum: Vizard 04-12-2012, 06:34 AM
Replies: 5
Views: 13,384
Posted By Huib
Without vsync, the framerate goes somewhere from...

Without vsync, the framerate goes somewhere from 70 to 100 or even higher, depending on which scene is loaded or which part we're in.

I have the latest (stable) drivers, downloaded from the nvidia...
Forum: Vizard 04-06-2012, 12:43 AM
Replies: 5
Views: 13,384
Posted By Huib
Yes no doubt about that. When I disable vsync,...

Yes no doubt about that. When I disable vsync, framerate rises to about 90 FPS. And it does its job perfectly, as long as the 2 "requirements" are met.




Why is this not ideal? It didn't seem...
Forum: Vizard 04-03-2012, 01:48 AM
Replies: 5
Views: 13,384
Posted By Huib
With "it", I meant vsync (somehow I was only able...

With "it", I meant vsync (somehow I was only able to edit my post for a couple of minutes?)
Forum: Vizard 04-03-2012, 01:35 AM
Replies: 5
Views: 13,384
Posted By Huib
Question [win7] Bad quality when not on primary monitor or window has no focus

My situation is as follows:

What we have:

a vizard window on one monitor (or actually on multiple monitors / HMD, but the problem also occurs on a single monitor)
a graphical user interface...
Forum: Vizard 03-20-2012, 06:08 AM
Replies: 2
Views: 11,226
Posted By Huib
Which is exactly our workaround fix ;) Works...

Which is exactly our workaround fix ;) Works quite well. :)
Forum: Vizard 12-21-2011, 02:01 AM
Replies: 5
Views: 8,263
Posted By Huib
Better approach: see the help for interpolation...

Better approach: see the help for interpolation modes, for instance:


def show_moviepreviews():
moveToStage = vizact.moveTo([0, 0, 0], time=1, interpolate=vizact.easeInOut)
...
Forum: Vizard 06-27-2011, 01:21 AM
Replies: 1
Views: 7,623
Posted By Huib
Unhappy After update to 4.01.0036: exe fails to initialize graphics window

Today I updated Vizard from the previous version to 4.01.0036

Our projects run fine with winviz.exe, but when I build an exe, I get this error when I try to run it:

Traceback (most recent call...
Forum: Vizard 12-09-2010, 12:32 AM
Replies: 5
Views: 8,263
Posted By Huib
If you have some t, going linearly from 0.0 to...

If you have some t, going linearly from 0.0 to 1.0, first transform it before passing it to setPosition or whatever move function.

Example for slow in, slow out:

new_t = (1.0 - math.cos(math.pi...
Forum: Vizard 11-25-2010, 06:39 AM
Replies: 0
Views: 5,924
Posted By Huib
API reference

I have never understood why names in the "reference" part of the Vizard Help differ from their actual class and method names in the API. This makes it extremely hard to get an overview on which...
Showing results 1 to 10 of 10

 
Forum Jump

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


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