NeoEditor icon indicating copy to clipboard operation
NeoEditor copied to clipboard

Feature request: Paint mode

Open Akira1San opened this issue 10 years ago • 2 comments

Add a build in painting mode. Such as having a library, selecting mesh and use a brush to paint on the editor instead of constantly use shortcuts to duplicate. Example -> https://www.youtube.com/watch?v=i8a00XRGgqU

Akira1San avatar Jan 19 '16 09:01 Akira1San

+1 for that

ghost avatar Jan 19 '16 11:01 ghost

Should be easy to implement: Cast a ray in the direction the camera is looking at and either use an abstract plane to place new objects or other objects that already exist in the scene. Should be implemented in C++, see #250 for that.

ypflanzer avatar Jan 19 '16 17:01 ypflanzer