A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.
#3D renderer, perspective issues
1 messages · Page 1 of 1 (latest)
rotated.z is undefined because it is a matrix. It works with this: matrix.matrixToVec(rotated).z.
OHH
Does this only work with translate(width/2,height/2)
Nvm
Thanks for the help though!