We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm new to Processing. I'd like to know if it's possible to show 3D models created in Blender, inside a browser using Processing?
Thanks.
Hi? No one can help me?
p5.js can load obj, so when you can export obj from blender, it should work
Textures should also work
see
loadModel()
https://p5js.org/reference/
Answers
Hi? No one can help me?
p5.js can load obj, so when you can export obj from blender, it should work
Textures should also work
see
loadModel()
https://p5js.org/reference/