Forum: Vizard
09-18-2014, 01:40 AM
|
Replies: 3
Views: 12,946
|
Forum: Vizard
01-03-2014, 06:41 AM
|
Replies: 0
Views: 9,392
Speed up python
I found this old article http://kb.worldviz.com/articles/504#more-504 in the knowledge base, psyco is not maintained anymore but they suggest using pypy http://pypy.org/
Is there a way to use pypy...
|
Forum: Vizard
11-04-2013, 12:45 AM
|
Replies: 7
Views: 12,070
When setting the parent do all the children of...
When setting the parent do all the children of the node you re-parent also get transferred to the new scene?
And adding children to a node that is in a different scene do they get automatically...
|
Forum: Vizard
11-01-2013, 04:00 AM
|
Replies: 7
Views: 12,070
|
Forum: Vizard
10-31-2013, 07:22 AM
|
Replies: 7
Views: 12,070
|
Forum: Vizard
10-30-2013, 07:24 AM
|
Replies: 7
Views: 12,070
Random RuntimeError
I don't know when but probably while removing an Avatar from the world I get a RuntimeError.
Traceback (most recent call last):
File "C:\Program Files (x86)\WorldViz\Vizard4\python\viz.py",...
|
Forum: Vizard
10-18-2013, 02:25 AM
|
Replies: 2
Views: 10,404
|
Forum: Vizard
10-15-2013, 08:51 AM
|
Replies: 2
Views: 10,404
Bug in setPosition
I found a bug in the setPosition of Node3D (VizNode)
import vizshape, viz
viz.go()
vizshape.addGrid()
group1 = viz.addGroup()
group1.setPosition(3.0, 0.0, 10.0)
cube1 =...
|
Forum: Vizard
07-09-2013, 12:07 AM
|
Replies: 4
Views: 14,047
|
Forum: Vizard
07-03-2013, 06:51 AM
|
Replies: 3
Views: 14,271
|
Forum: Vizard
06-26-2013, 07:05 AM
|
Replies: 3
Views: 14,271
Barrel Distortion
I'm trying to create a post process effect shader that does a barreldistortion on the created image.
A side effect of the barreldistortion is that less of the screen is filled with the actual...
|
Forum: Vizard
04-04-2013, 12:50 AM
|
Replies: 3
Views: 16,576
|
Forum: Vizard
02-25-2013, 02:45 AM
|
Replies: 4
Views: 12,803
|
Forum: Vizard
02-17-2013, 11:43 PM
|
Replies: 4
Views: 12,803
|
Forum: Vizard
02-17-2013, 11:41 PM
|
Replies: 3
Views: 15,810
|
Forum: Vizard
12-17-2012, 01:39 AM
|
Replies: 2
Views: 10,123
I'm using a standaard gamers card. These give...
I'm using a standaard gamers card. These give much more graphical power with less cost. I'm using the 3dtv play software (demo) at the moment and it can show 3d images on the sony HMD, but only when...
|
Forum: Vizard
12-11-2012, 02:25 AM
|
Replies: 3
Views: 10,609
|
Forum: Vizard
12-10-2012, 02:57 AM
|
Replies: 2
Views: 10,123
NVidia 3dtv play
Nvidia released the 3dtv play software that support 3d play on the Sony HMD series. It seems like the games and software that are 3d capable need to be in a compatibility list of nvidia. Are there...
|
Forum: Plug-in development
09-03-2012, 12:48 AM
|
Replies: 2
Views: 42,336
|
Forum: Plug-in development
08-28-2012, 05:59 AM
|
Replies: 2
Views: 42,336
Vizard 3 sensor plugin
I'm trying to port a Vizard 4 (sensor + extension) plugin I wrote to also work with Vizard 3.
So far I got all the basic sensor stuff working, but in vizard 4 I got access to some custom python...
|
Forum: Vizard
07-26-2012, 12:17 AM
|
Replies: 2
Views: 15,764
|
Forum: Vizard
07-17-2012, 01:42 AM
|
Replies: 3
Views: 1,593,047
|
Forum: Vizard
07-16-2012, 01:03 AM
|
Replies: 3
Views: 1,593,047
Bulk loading avatars
Is there a way to load a large amount of avatars efficiently?
I've to load 80 avatars into memory to be used in the virual world (not all are shown at the same time) but found that loading times...
|
Forum: Vizard
07-08-2012, 11:55 PM
|
Replies: 3
Views: 10,057
|
Forum: Vizard
06-28-2012, 03:07 AM
|
Replies: 0
Views: 14,359
Cal3D Normal handeling
I've made some adjustments to the original vizard avatar package avatars but when I export them to cal3D the vertex normals seem to be wrong.
I've attached some screenshots of the avatars in...
|