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

by Luke47921
28 Feb 2017, 18:00
Forum: How to...
Topic: Using touch transformation to scale from where touched
Replies: 3
Views: 7586

Using touch transformation to scale from where touched

I'm currently using a touch transformation node to zoom into an object attached to it, but when zooming in the object always zooms from the centre, whereas I'd like it to zoom from the point that the user is touching.

Any ideas how I might go about doing this?
by Luke47921
12 Jan 2017, 10:59
Forum: How to...
Topic: Touch translation node gets stuck small output values
Replies: 1
Views: 2009

Touch translation node gets stuck small output values

I have a touch translation node that is set up like so: http://imgur.com/a/4O0Fk When moving the node up and down on the Y axis, if i stop moving the node as Y approaches within ~0.8 of the minimum or maximum limits (e.g. when Y is at 0.5), the node will no longer move any closer towards the limit, ...
by Luke47921
01 Dec 2016, 15:08
Forum: How to...
Topic: Loading an image into a presentation during runtime
Replies: 2
Views: 2442

Re: Loading an image into a presentation during runtime

That's fixed it, thanks! Instead of using URL with the file scheme I was trying to set the path directly as ventuz://images/myimage.png
by Luke47921
01 Dec 2016, 12:44
Forum: How to...
Topic: Loading an image into a presentation during runtime
Replies: 2
Views: 2442

Loading an image into a presentation during runtime

I have a button in my presentation that shows an image which can be selected using my remoting app. My app takes the path of the image, and copies it into Ventuz' image folder, and then sets the scene data to the new path in the Ventuz image folder. This works fine in designer, but when I try to do ...
by Luke47921
23 Mar 2016, 11:02
Forum: Bug Reports
Topic: Ventuz crashes when using VS2015 for debugging
Replies: 0
Views: 5679

Ventuz crashes when using VS2015 for debugging

When debugging scripts using VS2015, I've noticed two events that make Ventuz crash nearly 100% of the time. The first, when the just-in-time debug window pops up, if you select no to using the selected debugger, Ventuz will crash. Secondly, if you are already debugging the script, and you stop it p...
by Luke47921
16 Mar 2016, 16:36
Forum: How to...
Topic: Oculus rift example scene problem
Replies: 3
Views: 3610

Oculus rift example scene problem

Recently I've tried following the rift guide over at http://www.ventuz.com/support/how-use-oculus-rift-virtual-reality-ventuz . However if i follow all the steps in the video/in the scene, I get the error "Unable to load DLL 'OVR': The specified module could not be found". Any ideas on how...
by Luke47921
15 Mar 2016, 10:38
Forum: How to...
Topic: Resizing video thumbnails on touch
Replies: 6
Views: 4209

Re: Resizing video thumbnails on touch

For some reason I can't upload any archives at the moment, but if you add two events, one for pause and one for play, and link the 'enabled' input boolean of the events to the 'IsPlaying' output boolean of the video node, you get two events, one of which will only fire while the video is playing (wh...
by Luke47921
07 Mar 2016, 11:16
Forum: How to...
Topic: Resizing video thumbnails on touch
Replies: 6
Views: 4209

Re: Resizing video thumbnails on touch

Whipped this up in about 2 minutes so it's very simple but it might help. Just mouseover the thumbnail and it will trigger an animation to zoom in.
by Luke47921
24 Feb 2016, 11:41
Forum: How to...
Topic: Zoom into selection
Replies: 0
Views: 1789

Zoom into selection

I've got a scene (see attached) which allows users to draw a rectangle on the screen by touching and dragging. I would like to know if it's possible to take the area inside the rectangle that has been drawn, and enlarge it to fit to the size of the screen, essentially zooming in to the selection.
by Luke47921
22 Feb 2016, 17:19
Forum: How to...
Topic: draw a curve
Replies: 2
Views: 2729

Re: draw a curve

I think you'll need to be a bit more specific here, what kind of data do you want to draw your curve from? A set of co-ordinates?