//fix negative colours per channel for ( int i = 0; i < int (3); i++) { if (@Cd[i] < 0) { @Cd[i] *= -1;} }
Showing posts with label iterate. Show all posts
Showing posts with label iterate. Show all posts
Saturday, November 18, 2017
Houville :: iterating in VEX
Urgh, I keep forgetting this. So to iterate in VEX:
Subscribe to:
Posts
(
Atom
)