Skip to content
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

Simplify Gizmo code geometry generation #6262

Closed
mvaligursky opened this issue Apr 18, 2024 · 0 comments · Fixed by #6323
Closed

Simplify Gizmo code geometry generation #6262

mvaligursky opened this issue Apr 18, 2024 · 0 comments · Fixed by #6323
Assignees
Labels
area: graphics Graphics related issue enhancement

Comments

@mvaligursky
Copy link
Contributor

Gizmo code creates a Mesh for various primitives (cylinders, boxes ..). To operate on their vertices, it extracts those from the Mesh - for example to create a collision geometry.

#6261 allows few of these steps to be avoided. A Geometry instance can be created and data extracted from it directly, without having to create a Mesh instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants