-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more primitives to the editor for rapid prototyping #1381
Comments
this makes a lot of sense.. On Tue, Feb 17, 2015 at 11:24 AM, rraallvv [email protected] wrote:
|
I've been thinking the same thing. |
Closed #1508 because it was a duplicate but @bojidar-bg had some idea there: |
I would like to have something like CSG, but don't know much about it On Wed, Oct 28, 2015 at 6:02 PM, kubecz3k [email protected] wrote:
|
It's hard not to mention "Add Primitives" plugin made by @TheHX which generally solves the issue and is working quite well: https://github.com/TheHX/add_primitives |
I'm using @TheHX 's plugin as a reference to implement this as a C++ module. |
IMO this is better in the 3.0 milestone, since the renderer will be improved for 3.0 and probably the 3D tools too. |
@neikeq well I think you are right, in 2.1 we will get plugins, I'm quite sure there will be plugin for that quite soon (it already is actually), so I guess we will need to rely on it for some time. |
I think the objects should also not be named test objects. Why exactly can people not use this to build actual levels directly not just for testing? Not everyone needs fancy highres 3d models for everything, so some are going to be fine with primitives for simpler graphics styles. Naming "TestCube" degrades it in a weird way, as if it wasn't going to work properly in a final game. Also, this should definitely be available without plugins or the respective plugins should be installed per default. Pretty much all 3d editors of all engines provide cylinders, cubes, .. out of the box, so not having this is confusing and weirdly limiting. |
Now that the 3D editor is getting interestingly complicated I agree with this, but not nodes like TestCube, it need builtin meshes to use everywhere, even on the particle system. Or maybe ship a set of resources with the engine (meshes, materials, shaders and simple scenes ready to use and tweak). |
Fixed by #8661. |
When it comes to rapid prototyping, rather than creating a new scene in the 3d or 2d modelling tool of choice, and then importing that scene to Godot, it would be great if one could just add primitives like spheres, cylinders, circles, etc. to the scene directly from the Godot editor.
Also exporting the scene from Godot as COLLADA and maybe SVG for 2d scenes, would make easier to move from prototyping to fleshing out the scene with textures and more detailed geometry.
The text was updated successfully, but these errors were encountered: