Forum: Vizard
07-10-2015, 09:23 AM
|
Replies: 4
Views: 14,319
|
Forum: Vizard
07-10-2015, 09:16 AM
|
Replies: 1
Views: 9,948
|
Forum: Vizard
07-10-2015, 09:09 AM
|
Replies: 2
Views: 10,447
|
Forum: Vizard
06-15-2015, 10:01 AM
|
Replies: 2
Views: 11,037
|
Forum: Vizard
03-16-2015, 11:34 AM
|
Replies: 8
Views: 18,317
|
Forum: Vizard
03-12-2015, 09:55 AM
|
Replies: 7
Views: 21,623
|
Forum: Vizard
03-12-2015, 09:46 AM
|
Replies: 7
Views: 21,623
|
Forum: Vizard
03-10-2015, 01:18 PM
|
Replies: 2
Views: 14,768
|
Forum: Vizard
03-10-2015, 12:51 PM
|
Replies: 7
Views: 21,623
The script is not creating the graphics window...
The script is not creating the graphics window using viz.go(). Since no window is created, the script will immediately exit after reaching the end of the file. Try running the following code:
...
|
Forum: Vizard
03-10-2015, 10:45 AM
|
Replies: 7
Views: 21,623
|
Forum: Vizard
01-29-2015, 01:22 PM
|
Replies: 8
Views: 23,848
|
Forum: Vizard
01-29-2015, 08:57 AM
|
Replies: 8
Views: 23,848
|
Forum: Vizard
12-12-2014, 10:30 AM
|
Replies: 1
Views: 10,665
If you mean a single cave with two walls, then...
If you mean a single cave with two walls, then have a look at this example (http://docs.worldviz.com/vizard/#vizcave_CAVE_single_machine.htm) from the docs.
If you mean two separate caves, each...
|
Forum: Vizard
12-09-2014, 09:24 AM
|
Replies: 2
Views: 12,386
|
Forum: Plug-in development
12-02-2014, 08:25 AM
|
Replies: 3
Views: 53,961
|
Forum: Vizard
11-25-2014, 09:01 AM
|
Replies: 1
Views: 11,291
|
Forum: Vizard
11-25-2014, 08:08 AM
|
Replies: 1
Views: 10,020
You can add textures through the uniforms...
You can add textures through the uniforms attribute of the effect class within the _createUniforms method. Here is a simple example:
class WarpEffect(vizfx.postprocess.BaseShaderEffect):
def...
|
Forum: Vizard
11-13-2014, 05:48 PM
|
Replies: 2
Views: 17,993
|
Forum: Plug-in development
11-05-2014, 09:44 AM
|
Replies: 1
Views: 39,909
Vizard 5 will still load plugins using the old...
Vizard 5 will still load plugins using the old interface. The new SDK does not include the old-style sensor header files. However, if you have them from the previous SDK, then it should compile and...
|
Forum: Vizard
10-30-2014, 08:20 AM
|
Replies: 4
Views: 12,171
|
Forum: Vizard
10-28-2014, 08:03 AM
|
Replies: 3
Views: 16,513
|
Forum: Vizard
10-24-2014, 11:01 AM
|
Replies: 3
Views: 12,349
|
Forum: Vizard
10-24-2014, 08:58 AM
|
Replies: 3
Views: 11,353
I think you need to apply the offset after the...
I think you need to apply the offset after the scale. Try the following:
pigeonlink = viz.link(viz.MainView, pigeon, mask = viz.LINK_POS)
pigeonlink.postScale([0.8,0,0.8], target = viz.LINK_POS_OP)...
|
Forum: Vizard
10-23-2014, 11:43 AM
|
Replies: 1
Views: 11,238
|
Forum: Vizard
10-23-2014, 10:37 AM
|
Replies: 3
Views: 14,432
|