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 309 matches

by Daniel Willer
05 Oct 2012, 08:03
Forum: How to...
Topic: VBScript / Where to find full VBscript manual ?
Replies: 6
Views: 3893

Re: VBScript / Where to find full VBscript manual ?

Hey Guys There is no VB ventuz spezific reference. All you need to know is written down in the UserManual (Press F1 on the Script node) even if most of the code examples are written in C# it should not be that hard to transfer. The most common mistake is that people forget to set the changed flag if...
by Daniel Willer
21 Sep 2012, 09:30
Forum: How to...
Topic: multiple interaction layers
Replies: 3
Views: 2778

Re: multiple interaction layers

Hi You could use a TouchExluder node to stop the intersection test of the TouchOrbit node a certain point in the hierarchy. If you combine the Touch nodes the right way you could solve it without a TouchExluder , take a look at the dynamic Helpscene of the ArrayIndexer (press F1 on the node) there i...
by Daniel Willer
20 Sep 2012, 16:51
Forum: General Discussion
Topic: Multitouch not working on the table
Replies: 3
Views: 4291

Re: Multitouch not working on the table

Hi welcome to our forum. It seems that your touch table is not sending any Touch commands. In general ventuz supports TUIO and Windows Touch as Touch inputs you can enable the Input Diagnostics to visualize the incoming data. You should also check your Machine Config to ensure that TUIO or WindowsTo...
by Daniel Willer
13 Sep 2012, 09:56
Forum: How to...
Topic: Extract previous WorldViewProjection matrix
Replies: 2
Views: 2208

Re: Extract previous WorldViewProjection matrix

Hi,

You can solve your problem with the GetWorldNode that delivers the WorldViewProjection matrices and the LoopBreaker node that has 1 frame delay by design.
But you need a Ventuz professional or professional learners edition license.

Cheers!
by Daniel Willer
12 Sep 2012, 09:19
Forum: Feature Requests
Topic: Isolation Mode for Logic View
Replies: 2
Views: 3605

Re: Isolation Mode for Logic View

Hi

Thank you for your suggestion we will add your request to out internal wiki and discuss the feature for future versions.

Cheers!
by Daniel Willer
10 Sep 2012, 13:29
Forum: How to...
Topic: Reset single output value at interaction node
Replies: 6
Views: 3831

Re: Reset single output value at interaction node

You could use Olivers solution and process the limits manual by expression nodes. But in that case the TouchBehavior will get lost.
by Daniel Willer
10 Sep 2012, 12:43
Forum: Feature Requests
Topic: This forum. Search
Replies: 3
Views: 9242

Re: This forum. Search

Fixed!
by Daniel Willer
13 Aug 2012, 09:28
Forum: How to...
Topic: How to rotate around any axes to ANY number of degrees?
Replies: 9
Views: 4281

Re: How to rotate around any axes to ANY number of degrees?

Have a look here Karol posted a script that solves your problem.

Cheers!
by Daniel Willer
10 Aug 2012, 10:07
Forum: How to...
Topic: Jump slides in the Slide Manager
Replies: 2
Views: 2185

Re: Jump slides in the Slide Manager

Every slide has a JumpToPresent method that does exactly what you want jump to a special slide. If you bind keyboard nodes to these methods you can jump by keyboard or whatever you want.

Cheers!