+ 2
Can I use canvas for creatting a 3d objet?
Hi! Can CANVAS be used to create 3D objects?
2 Respostas
+ 3
Yes of course
+ 2
To use 3d graphics, use getContext("webgl") or getContext("webgl2").
Otherwise, you could write some functions using the 2d context to simulate 3d objects.