-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Vulkan: ImmediateGeometry3D is not visible #39451
Comments
ImmediateGeometry probably hasn't been implemented yet. |
@clayjohn What class/object I can use as a workaround for the meantime that I can use to draw lines? :) |
You may be able to use ArrayMesh. Take a look at this doc for alternatives. Keep in mind that 4.0 is unstable and isn't even in an alpha stage yet. You can't expect to be able to do everything in it yet. You really should be using 3.2 if you want to work on any projects. |
Thanks! |
@Calinou I encounter this error even when I choose GLES2 in the Project Settings. |
There's no GLES2 backend in the current Again, if you're not familiar with the current state of the development branch, it's is strongly recommended that you stick to the stable 3.2 branch. Godot 4.0 is under heavy development and definitely not usable in production, nor supported as such. |
Noted on this! 😅 |
This issue is still relevant - we should reimplement ImmediateGeometry3D in Vulkan. |
Ah, I was looking for this issue and it has caused some similar issues to be posted. Some classes are using ImmediateGeometry and all of them do not work correctly in 4.0. |
Fixed by #50014. |
Godot version:
4.0.dev Commit: ffbea8a
OS/device including version:
Windows 10 - 64 Bit
Issue description:
ImmediateGeometry3D is not visible when I try to draw a line
I haven't encoutered this issue on Version 3.2.1 stable
Steps to reproduce:
On function _ready()
Minimal reproduction project:
Draw.zip
The text was updated successfully, but these errors were encountered: