Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Search found 93 matches

by TobiTobsen
06 Feb 2014, 13:57
Forum: How to...
Topic: Offseting XY Touch Coordinates
Replies: 5
Views: 5197

Re: Offseting XY Touch Coordinates

Japp, if you are using TUIO, the ToolBox should be very helpful for your setup...
Cheers,
Tobi
by TobiTobsen
13 Jan 2014, 21:51
Forum: How to...
Topic: Preset scrolling of web browser?
Replies: 4
Views: 3108

Re: Preset scrolling of web browser?

Japp it's working, find attached a quick test...

Not sure if there is a way to define sth like the scroll distance... otherwise it does really not look very smooth.

Hope it helps?
by TobiTobsen
13 Jan 2014, 21:22
Forum: How to...
Topic: Preset scrolling of web browser?
Replies: 4
Views: 3108

Re: Preset scrolling of web browser?

What about a quick hack in c# and emulate key events? So you could insert Events like Mouse wheel down and up...
Not sure if this will work...
by TobiTobsen
13 Jan 2014, 21:17
Forum: How to...
Topic: ...Use LeapMotion in Ventuz
Replies: 23
Views: 18734

Re: ...Use LeapMotion in Ventuz

Perfect :-)
by TobiTobsen
07 Jan 2014, 20:51
Forum: How to...
Topic: ...Use LeapMotion in Ventuz
Replies: 23
Views: 18734

Re: ...Use LeapMotion in Ventuz

Hi divin, if you can see the .DLL in the script editor, the installation in gac was successful. Did you copy the other DLL files (the ones that Erik mentioned) in the ventuz installation folder? I am using win 7, 64 bit. Ventuz 4. You have to make sure that you copy the correct DLL files depending o...
by TobiTobsen
04 Jan 2014, 23:27
Forum: How to...
Topic: ...Use LeapMotion in Ventuz
Replies: 23
Views: 18734

Re: ...Use LeapMotion in Ventuz

@divin: Actually there are a few things not correct in your code... Try this: using System; using Ventuz.Kernel; using System; using System.Threading; using Leap; class SampleListener : Listener { private Object thisLock = new Object (); private void SafeWriteLine (String line) { lock (thisLock) { /...
by TobiTobsen
04 Jan 2014, 23:04
Forum: How to...
Topic: ...Use LeapMotion in Ventuz
Replies: 23
Views: 18734

Re: ...Use LeapMotion in Ventuz

Hi, I played around with the leap, find a quick test attached... Make sure you did install the LeapCSharp.NET4.0.dll to the GAC and copied the other dll's that Erik mentioned to your Ventuz Program folder. Its all raw data, only hand position of the first hand and rotation as well as rotation of the...
by TobiTobsen
04 Jan 2014, 18:15
Forum: How to...
Topic: where is the externals editor?
Replies: 1
Views: 1942

Re: where is the externals editor?

It's called SceneData Editor since V4...
Cheers,
Tobi
by TobiTobsen
04 Jan 2014, 17:55
Forum: How to...
Topic: About animation
Replies: 1
Views: 2683

Re: About animation

Hi JuneJUN,
there is a node called "Scene Event", it triggers an event when the scene is loaded or unloaded. Bind this event to your play or whatever event in your animation and it should be running...
Cheers,
Tobi
by TobiTobsen
04 Jan 2014, 12:50
Forum: Demo and User Scenes
Topic: Shader Thread
Replies: 29
Views: 29195

Re: Shader Thread

Hey!
find a simple Mandelbrot Shader attached... I like them a lot, really good ones look a lot better than mine :-).
Vza is done with the PLE.

Cheers,
Tobi