Vex/Vops: by Deborah R. Fowler
Vex/Vops: by Deborah R. Fowler
by Deborah R. Fowler
• first pointwrangle
• next in vops
• next in vex
• in python
Could also use a point node, but the pointwrangle node is faster by about
10x. Once you are used to the syntax, use pointwrangle in favor of point.
The syntax of the @ sign is an attribute and can be used to create or fetch
(in the code below it is setting the normal to be random based on the
point)
@N = rand(@P);
Note in H13 only @N = rand(P); works but not in H14/15
sop mysop()
{
}