Forum: Vizard
04-09-2014, 09:57 AM
|
Replies: 0
Views: 10,008
|
Forum: Vizard
02-27-2014, 11:29 AM
|
Replies: 0
Views: 8,702
Stereo Setting Example Code
Just a script exposing stereo settings with slider bars.
import viz
import vizconfig
import vizdragdrop
import vizshape
viz.go(viz.FULLSCREEN | viz.QUAD_BUFFER) #to enable quad buffer, must...
|
Forum: Vizard
04-19-2013, 05:08 PM
|
Replies: 7
Views: 40,901
|
Forum: Vizard
02-22-2013, 12:16 PM
|
Replies: 3
Views: 35,234
Hi RoboPandA,
My assumption is that the...
Hi RoboPandA,
My assumption is that the vicon.dle does work with Nexus via Vicon's DataStream SDK.
My understanding is that some folks want to record data with Nexus, while presenting a...
|
Forum: Vizard
01-23-2013, 05:01 PM
|
Replies: 0
Views: 14,970
Tractor beam module to inspect objects
Hacked a little code that moves selected objects close to the view, then puts them back.
To try, run the module, press and hold the spacebar, move the ball to an object, release the spacebar. ...
|
Forum: Vizard
05-29-2012, 08:16 PM
|
Replies: 9
Views: 25,334
|
Forum: Vizard
05-02-2012, 04:50 PM
|
Replies: 9
Views: 25,334
Hi Victor,
I'm betting we simply need to get...
Hi Victor,
I'm betting we simply need to get the wall definitions and kinect tracker coordinates working nicely together. Trust vizcave. When things shrink on the walls, this should be...
|
Forum: Vizard
04-27-2012, 01:35 PM
|
Replies: 9
Views: 25,334
As the user's tracked head gets closer to a...
As the user's tracked head gets closer to a "powerwall" the image appears to shrink if you are just looking at the desktop view. In my mind the conceptual idea that justifies the shrinking image is...
|
Forum: Vizard
01-18-2012, 12:19 PM
|
Replies: 0
Views: 10,129
PickRect code snippet
Example of window.pickRect that I though could be handy for other folks out in vizland:
import viz
import vizact
viz.go()
model = viz.add("mini.osg")
viz.MainView.setPosition([0, 1.2, -5])
|
Forum: Precision Position Tracker (PPT)
12-07-2011, 10:03 AM
|
Replies: 14
Views: 30,514
|
Forum: Precision Position Tracker (PPT)
12-05-2011, 11:08 AM
|
Replies: 14
Views: 30,514
I think the code you are using is changing the...
I think the code you are using is changing the PPT data before it is applied to the viewpoint. PPT always outputs in meters and is oriented in the positive z direction of the calibration square. ...
|
Forum: Vizard
10-03-2011, 04:30 PM
|
Replies: 2
Views: 12,677
Hello Steve,
Here is an example showing how...
Hello Steve,
Here is an example showing how to create 2 GrabHand objects. You'll see from the GrabHand constructor, it has 2 dependencies:
-- a list of 3D nodes with physics shapes to grab
-- A...
|
Forum: Vizard
04-07-2011, 12:54 PM
|
Replies: 4
Views: 14,773
Once you have the camera feed in Vizard as a...
Once you have the camera feed in Vizard as a texture, use the VideoVision module.
import VideoVision
VideoVision.add(leftCam=leftTexture, rightCam=rightTexture)
What is the manufacturer of the...
|
Forum: Vizard
03-12-2011, 11:48 AM
|
Replies: 9
Views: 16,330
Your description is good, but I don't know why...
Your description is good, but I don't know why you would see that. :confused:
If I was you, I would re-write the movement code using vizmat.Transform or with a system of 3D nodes with parent/child...
|
Forum: Vizard
03-04-2011, 10:45 AM
|
Replies: 5
Views: 14,875
|
Forum: Vizard
03-02-2011, 02:06 PM
|
Replies: 9
Views: 16,330
|
Forum: Vizard
03-02-2011, 01:47 PM
|
Replies: 5
Views: 14,875
|
Forum: Vizard
03-02-2011, 01:24 PM
|
Replies: 1
Views: 10,612
|
Forum: Vizard
02-03-2011, 11:14 AM
|
Replies: 6
Views: 13,332
I tried the 'terrapage' format models here: ...
I tried the 'terrapage' format models here:
http://www.triangraphics.de/index.php?1=Download&l=eng
Vizard says:
Error reading file: DataInputStream::DataInputStream(): The version found in the...
|
Forum: Vizard
01-14-2011, 12:03 PM
|
Replies: 4
Views: 17,367
The "conversion box for active stereo" you...
The "conversion box for active stereo" you mention is called 60GX-NSR (Non Stereo Ready). Vizard on a GeForce card can supply the 60Hz "over/under" stereo format the NSR box takes and converts to...
|
Forum: Vizard
09-30-2010, 04:05 AM
|
Replies: 5
Views: 15,117
|
Forum: Vizard
09-30-2010, 03:10 AM
|
Replies: 5
Views: 15,117
|
Forum: Vizard
09-29-2010, 08:40 AM
|
Replies: 5
Views: 15,117
|
Forum: Vizard
09-28-2010, 07:08 AM
|
Replies: 5
Views: 15,117
|
Forum: Vizard
09-28-2010, 01:13 AM
|
Replies: 5
Views: 15,117
Vizard Germany Seminar
Inspector:
http://files.worldviz.com/getFile.php?id=986fGpQLaaErcf20
Sketchup:
http://sketchup.google.com/intl/en/
Teacher in a Book Resources:...
|