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

by VincentPix
08 Oct 2015, 16:20
Forum: How to...
Topic: Mesh and vertex buffer
Replies: 18
Views: 11939

Re: Mesh and vertex buffer

Know your plugins : really cool !

thank you
by VincentPix
08 Oct 2015, 15:53
Forum: How to...
Topic: Mesh and vertex buffer
Replies: 18
Views: 11939

Re: Mesh and vertex buffer

Hi Lerou thank you I already use the vertex buffer but always with math functions : sin to create waves in the z axis, stuff like that. but I can't find how to move the xy positions of the vertices of a rectangle to specific positions. I imagine there is may be a way to calculate a transform matrix ...
by VincentPix
08 Oct 2015, 15:31
Forum: How to...
Topic: Mesh and vertex buffer
Replies: 18
Views: 11939

Mesh and vertex buffer

Hello Is it possible to create a mesh from scratch ? (position of vertices / indices / normal / UV) And/or modify one ? (e.g. moving the vertices of a rectangle / giving new positions) Could be really useful for a lot of cool stuff : "shape surface like" object, texture displacement,... Th...
by VincentPix
07 Oct 2015, 16:46
Forum: How to...
Topic: C# write a text file
Replies: 5
Views: 4285

Re: C# write a text file

It's working perfectly !

Great tool with the json parser.

Thank you
by VincentPix
07 Oct 2015, 11:48
Forum: How to...
Topic: C# write a text file
Replies: 5
Views: 4285

Re: C# write a text file

Thanks Lerou,

the URL is the full path as a string "‪D:\VENTUZ\V4tests\Data\MaConfig.txt"

I should have missed something cause I can't have your code working either. (ashamed)
by VincentPix
07 Oct 2015, 11:26
Forum: How to...
Topic: C# write a text file
Replies: 5
Views: 4285

C# write a text file

Hello, I'm trying to script a writer node. a string Input (my text) a string URL and a Method write also add using System.IO // This Method is called if the function/method Write is invoked by the user or a bound event. // Return true, if this component has to be revalidated! public bool OnWrite(int...
by VincentPix
13 Nov 2014, 11:00
Forum: How to...
Topic: touch translation along path
Replies: 2
Views: 2181

Re: touch translation along path

Thanks Chris

The animation is not the tough part. Once the animation is done, how can I move it along this path with tactile ?
Clicking the object and dragging it along the path.

thanks
by VincentPix
06 Nov 2014, 15:20
Forum: How to...
Topic: touch translation along path
Replies: 2
Views: 2181

touch translation along path

Hi I want to do a tactile prog where the object translation is constraint along a path. The user touch the object and pull it along this path. if the object is not released on the start position or the end position, it will finish by itself to go the nearest point. I can't figure how to do this. my ...