-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Add page "custom drawing in 3D" #10707
Comments
i want the page "custom drawing in 3D" to be the 3D equivalent of "custom drawing in 2D": |
There is no 1:1 equivalent of the custom 2D drawing API in 3D. You need to use procedural mesh generation instead: https://docs.godotengine.org/en/latest/tutorials/3d/procedural_geometry/index.html |
There is no precise equivalent of _draw() in 3D nodes (on Node3D or GeometryInstance3D or VisualInstance3D). So the exact purpose of Existing pages that cover similar topics to "custom drawing in 3D" would be:
Since the underlying features are different, a |
we could add this especially‑written message box above the normal search results for "custom drawing in 3D" on the search results page:
|
We really don't have that much control over the search to do that |
how could we get the ability to add especially‑written messages above automatic search results? |
Your Godot version: 4.4.beta1
Issue description: i am prototyping procedural 3D visuals, so i need to use custom drawing in 3D to create procedural 3D visuals but there is no "custom drawing in 3D" documentation page.
if there is documentation about cusom drawing in 3D, i can't find it because i can't think of another name that such documentation could have except "custom drawing in 3D"
URL to the documentation page (if already existing):
the documentation page does not exist. here are the search results which should find the page "custom drawing in 3D" but they did not
The text was updated successfully, but these errors were encountered: