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!

how to extract an array of values from a Spread node?

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
kberraho
Posts: 54
Joined: 12 Apr 2016, 16:01

how to extract an array of values from a Spread node?

Post by kberraho » 29 Apr 2016, 14:38

This is what I have so far:
A spread node, under it a Simple sphere.
What I have changed in the input property of the Spread node are the following:
Position X: 1.3
Position Y: -0.5
Rotation X: -13
Rotation Z: 6
Spread Max: 20
Spread Count: 20

what I am trying to do is somehow extract some sort of array of values from its output Property. plug it in to a float array, and finally drive a line chart value property by the resulting float array.

The step i am having problem with is the extraction of an array of value from the Spread node to the float array.
Hope this helps. any insight would be much appreciated. Thank you
Attachments
example.png

User avatar
ErikB
Posts: 212
Joined: 10 Jan 2012, 12:52

Re: how to extract an array of values from a Spread node?

Post by ErikB » 01 May 2016, 22:56

Cool idea! Can't do it, though... the spreader generates instanced geometry, not the actual positional values. What are you trying to achieve?

kberraho
Posts: 54
Joined: 12 Apr 2016, 16:01

Re: how to extract an array of values from a Spread node?

Post by kberraho » 02 May 2016, 13:55

Hello Eric,

what I would like to achieve is, a line chart that is driven by the position of each one of these instances. it seems like that is impossible from what you mentioned.

I just wanted to use the spreader as it gives a nice and organic deformation to a chain of geometries.

Post Reply