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

by Total-Image
23 Dec 2017, 23:06
Forum: How to
Topic: Texture loader resize functionality
Replies: 0
Views: 1489

Texture loader resize functionality

I want to use the texture loader to uniform resize a image. The images have different aspect ratio's. Some are 16:9 or 4:3 and others 21:8 With the current width and height input properties the value's are limited and I'm not able to bind custom value's. Is there a workaround?
by Total-Image
23 Dec 2017, 22:54
Forum: How to
Topic: Dongle serial number
Replies: 4
Views: 2989

Re: Dongle serial number

I need to read the dongle serial number during runtime. Depending on the dongle serial number I want to enable or disable certain functionalities in the Ventuz presentation.
by Total-Image
18 Dec 2017, 23:08
Forum: How to
Topic: Dongle serial number
Replies: 4
Views: 2989

Dongle serial number

Is it possible to read the Dongle serial number with a C# code? If not is there another solution to get the dongle serial number?
by Total-Image
31 Jul 2017, 15:02
Forum: How to
Topic: Get or set scene or project data value's with a C# node
Replies: 2
Views: 2107

Re: Get or set scene or project data value's with a C# node

Maybe it was better to explain what I'm trying to realize. I want (during runtime of the project) to store the complete set of scene or project data value's (the DataModel as in Remoting) at once to a external file. I know I can bind a certain scene data value to the input or output of a C# node and...
by Total-Image
30 Jul 2017, 20:24
Forum: How to
Topic: Get or set scene or project data value's with a C# node
Replies: 2
Views: 2107

Get or set scene or project data value's with a C# node

How can I get or set project data value's or scene data value's with a piece of code inside a C# node?

Kind regards

Rogier
by Total-Image
24 Feb 2017, 10:14
Forum: How to...
Topic: Touch inside not working with multiple touch nodes
Replies: 1
Views: 2274

Touch inside not working with multiple touch nodes

When I've one circle object with a touch button node in my scene, the touch inside property works perfect. When I've another circle object in the same scene with a touch translation node, the touch inside property of the first circle doesn't work anymore as soon as I drag the second circle inside th...
by Total-Image
25 Aug 2016, 15:10
Forum: How to...
Topic: Textfield InjectChar
Replies: 2
Views: 6722

Textfield InjectChar

Hello, I'd like to populate a Textfield input with a default text string. I've created a C# script which triggers the Textfield InjectChar method for each character. But since the C# script is updating the output every time before a frame is rendered. It takes for example 1 second before a Textfield...
by Total-Image
11 Jul 2016, 20:13
Forum: How to...
Topic: Share textures between scenes
Replies: 2
Views: 2376

Re: Share textures between scenes

Sorry, the solution was very easy. This topic solved my question: http://forum.ventuz.com/viewtopic.php?f ... pose#p7668
by Total-Image
11 Jul 2016, 12:21
Forum: How to...
Topic: Share textures between scenes
Replies: 2
Views: 2376

Share textures between scenes

Hello,

Is it possible to share textures (link texture information) between scenes?

Kind regards,

Rogier Tuinte
by Total-Image
05 Jul 2016, 09:21
Forum: How to...
Topic: locke scenes
Replies: 1
Views: 2068

locke scenes

I'm working on a project with multiple scenes which will run on multiple systems. Each scene has different functionalities and I'd like to lock some scenes with the basic functionalities to certain Dongle serials and the other scenes with more advanced functionalities to a different dongle serial. I...