Per Mestela.
exec(kwargs['node'].parm('Code').eval())
Tuesday, March 29, 2022
Houville :: VEX circular points
Just a quick one
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int numIter = 100; | |
for (int i = 0; i < numIter; i++) | |
{ | |
matrix3 m = ident(); | |
rotate ( m, radians ( 360.f / numIter * i ), { 0, 1, 0 } ); | |
addpoint(0, ({0,0,1} * m)); | |
} |
Subscribe to:
Posts
(
Atom
)