godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.22k stars 20.23k forks source link

Wireframe mode doesn't work with particles #10187

Closed Zylann closed 6 years ago

Zylann commented 7 years ago

Godot 3.0 alpha1 Windows 10 64 bits nVidia geforce 940M

I noticed wireframe mode does't turn particles into wireframe, are they supposed to be able to render this way?

akien-mga commented 6 years ago

Is this still reproducible in Godot 3.0 RC1?

Zylann commented 6 years ago

Went a bit further, and curiously, wireframe works with SphereMesh, it also works with PlaneMesh, but NOT with QuadMesh:

image

And because I see patterns: https://github.com/godotengine/godot/issues/10979 (notice QuadMesh is also the only one to suffer selection issues)

Chaosus commented 6 years ago

Checked this issue - its fixed in master branch