Hi im 3D designer using Blender. is there any 3d visual editor for artist? not for developer

hi im 3D designer using Blender.

i dont know about javascript, just know little HTML and CSS for making Webpage.

is there any visual editor or node base editor for 3d artist not developer?

i have already find some options like

three.js editor / Polygonjs / nunustudio … if you know other option, tell me please.

+sorry for my poor English…

There is no shortcut for actual self-learning and understanding of 3D concepts and the associated math. I’d suggest starting with this:

Warning: 1’100+ pages.

1 Like

Give PlayCanvas a try - its WebGL based, not 100% three.js but has a similar set of features.

1 Like

thankyou for advice!

yes thankyou that’s what i want !

1 Like

lol while I agree that foley/van dam is the definitive tome of lore and knowlege about 3d and scene graphs… holy heck I have never been able to get through it cover to cover. It is Dense.

But… the main takeaway from it I think is the concept of the scene graph.
(which is what threejs is, relative to the pure low level webGL)

So, OP, I recommend reading about “scene graphs”, then specifically, geometry, textures/texture coordinates and mathematics, points, vectors, matrices, quaternions.
And exploring those concepts with a tool like Blender or Playcanvas or Unity or anything really since most modern rendering systems have some sort of “scene graph” concept.

1 Like

Just FYI - If you are comfortable working with Blender, you can also easily load your Blender objects and animations into a 3D html display using three.js.

2 Likes

100% this. Blender is THE content creation tool to use with threejs… imho.

1 Like

thank you for advice!

1 Like