Forum: Vizard
02-15-2012, 02:26 PM
|
|
Replies: 10
Views: 136,967
As I mentioned, the Cave object will...
As I mentioned, the Cave object will automatically call <window>.frustum every frame if you specify a tracker. I noticed your code will call <window>.ortho under certain circumstances. So one call...
|
Forum: Vizard
02-15-2012, 01:49 PM
|
|
Replies: 3
Views: 33,012
|
Forum: Vizard
02-15-2012, 08:49 AM
|
|
Replies: 10
Views: 136,967
Are you using the vizcave module? Depending on...
Are you using the vizcave module? Depending on how you setup the Cave object, it will update the projection matrix every frame to account for the latest position of the head tracker. If you have...
|
Forum: Vizard
02-15-2012, 08:43 AM
|
|
Replies: 1
Views: 40,031
|
Forum: Vizard
02-15-2012, 08:34 AM
|
|
Replies: 2
Views: 27,944
|
Forum: Vizard
02-13-2012, 01:30 PM
|
|
Replies: 3
Views: 33,012
|
Forum: Vizard
01-30-2012, 02:37 PM
|
|
Replies: 4
Views: 45,862
|
Forum: Vizard
01-25-2012, 11:56 AM
|
|
Replies: 3
Views: 31,396
Here is an example that shows one way of...
Here is an example that shows one way of accomplishing this. I created a simple function LookAtBox that places the viewpoint at a specific distance and yaw from the box. I then use a task function to...
|
Forum: Vizard
01-25-2012, 11:30 AM
|
|
Replies: 2
Views: 34,838
|
Forum: Vizard
01-25-2012, 11:26 AM
|
|
Replies: 3
Views: 24,885
|
Forum: Vizard
01-24-2012, 02:09 PM
|
|
Replies: 3
Views: 24,885
Are you linking the sensor to the viewpoint? In...
Are you linking the sensor to the viewpoint? In 3.0, the eyeheight would be added to the Y value of the link source, unless the viz.LINK_POS_RAW flag was used. In Vizard 4.0, this is not the case and...
|
Forum: Vizard
01-23-2012, 09:16 AM
|
|
Replies: 4
Views: 25,268
|
Forum: Vizard
01-20-2012, 10:31 AM
|
|
Replies: 1
Views: 29,316
|
Forum: Vizard
01-20-2012, 10:22 AM
|
|
Replies: 1
Views: 24,729
The following code sample shows how to...
The following code sample shows how to programmatically maximize the Vizard window:import viz
import vizact
import win32con
import win32gui
viz.go()
def MaximizeWindow():...
|
Forum: Vizard
01-20-2012, 10:17 AM
|
|
Replies: 3
Views: 24,990
|
Forum: Vizard
01-20-2012, 10:14 AM
|
|
Replies: 4
Views: 25,268
Hi Joran,
The WINDOW_EVENT functionality has...
Hi Joran,
The WINDOW_EVENT functionality has not been finalized yet, that's why there is no documentation for it. Currently, DefWindowProc will be called for all messages. We do plan on adding the...
|
Forum: Vizard
01-18-2012, 01:37 PM
|
|
Replies: 5
Views: 32,992
|
Forum: Vizard
01-18-2012, 01:04 PM
|
|
Replies: 5
Views: 32,992
In the second example you are not actually...
In the second example you are not actually creating a texture object. You are just passing the string containing the filename to the texture command. Unfortunately, the texture command silently...
|
Forum: Vizard
01-18-2012, 11:40 AM
|
|
Replies: 4
Views: 29,114
You should be able to use a single preEuler...
You should be able to use a single preEuler operator to reset the pitch to zero. The following sample code demonstrates how to reset the pitch during runtime. It will take the current raw euler...
|
Forum: Vizard
01-10-2012, 02:17 PM
|
|
Replies: 2
Views: 25,137
|
Forum: Vizard
01-10-2012, 02:03 PM
|
|
Replies: 2
Views: 22,260
|
Forum: Vizard
01-09-2012, 05:28 PM
|
|
Replies: 2
Views: 22,391
|
Forum: Vizard
01-09-2012, 05:25 PM
|
|
Replies: 1
Views: 27,052
|
Forum: Vizard
01-05-2012, 09:36 AM
|
|
Replies: 1
Views: 20,585
|
Forum: Precision Position Tracker (PPT)
12-20-2011, 03:54 PM
|
|
Replies: 1
Views: 54,753
|