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
22 Feb 2016, 17:17
Forum: How to...
Topic: Input of script not updating properly when it is changed
Replies: 2
Views: 2879

Re: Input of script not updating properly when it is changed

Hi Götz,

This was a while ago, and I can't exactly remember what the problem was, but I think It turned out to be just a problem with me not setting the changed variable in the right places in my script, so the values weren't updating properly.

Thanks for your help anyway :)
by Luke47921
05 Feb 2016, 16:35
Forum: How to...
Topic: Ventuz project default file path
Replies: 7
Views: 4823

Re: Ventuz project default file path

Haha yeah that confused me for a second but I figured you meant project root :)
by Luke47921
05 Feb 2016, 16:05
Forum: How to...
Topic: Ventuz project default file path
Replies: 7
Views: 4823

Re: Ventuz project default file path

Great, thanks!
by Luke47921
05 Feb 2016, 15:11
Forum: How to...
Topic: Ventuz project default file path
Replies: 7
Views: 4823

Re: Ventuz project default file path

Turns out I'm still having a problem, this works fine in the designer, but won't work when it's exported as a presentation. Any idea why?
by Luke47921
04 Feb 2016, 13:32
Forum: How to...
Topic: Ventuz project default file path
Replies: 7
Views: 4823

Re: Ventuz project default file path

The . at the start actually stopped it from working, but using \Images\image.png in the url node set to file works great.

Thanks!
by Luke47921
04 Feb 2016, 12:56
Forum: How to...
Topic: Ventuz project default file path
Replies: 7
Views: 4823

Ventuz project default file path

I'm trying to access some data that is stored within the project folder, and I don't want to use a specific path so that I can move my project folder around. If I choose the path from within the node using the file browser, I get the path ventuz://Data/Data.txt, which works within the designer. Howe...
by Luke47921
12 Jan 2016, 11:32
Forum: How to...
Topic: Input of script not updating properly when it is changed
Replies: 2
Views: 2879

Input of script not updating properly when it is changed

I have a scene port in my scene, which is building an image using a script, which is constantly updating in the validate function. It looks something like this: http://i.imgur.com/19Rp5WX.png As you can see, the index is linked to another node (A multi switch in this case) which is changed via the m...
by Luke47921
24 Dec 2015, 11:11
Forum: Demo and User Scenes
Topic: Remoting 4 Demo
Replies: 15
Views: 21692

Re: Remoting 4 Demo

I know this is an old thread, but you use this.cluster.DataItem to set scene data, is there a function that I can use to get the scene data into my program?
by Luke47921
09 Dec 2015, 11:12
Forum: How to...
Topic: Is it possible to play a 360 degree video via a URL?
Replies: 0
Views: 1822

Is it possible to play a 360 degree video via a URL?

Is it possible to play something like this video https://www.youtube.com/watch?v=H6SsB3JYqQg without downloading it directly to my computer, and still be able to move around the video as intended inside ventuz using touch? If so which nodes are should I use?
by Luke47921
11 Nov 2015, 18:23
Forum: How to...
Topic: Getting a unique identifier when a touch is registered
Replies: 0
Views: 1720

Getting a unique identifier when a touch is registered

In my project, I'm trying to create a script that will be called when a button is touched, and will return the co-ordinates of an axis attached to said button (which has been exposed to the scene data), and then move to that point. I plan for the script to output, using the scene data, the value of ...