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

Geometry component doesn't work for single-size shapes #1

Open
morphogencc opened this issue May 19, 2020 · 0 comments
Open

Geometry component doesn't work for single-size shapes #1

morphogencc opened this issue May 19, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@morphogencc
Copy link
Collaborator

Teapot and Icosohedron don't work, but Sphere, Capsule, Cube work fine. I imagine this has something to do with Teapot and Icosahedron being created an unit scale, while the other shapes have functions to set their size in-line (e.g. .radius() or .size()).

I think the solution is to handle the scaling separately either as a ci::geom modifier (like ci::geom::Scale()) or as a part of the Transform component.

@morphogencc morphogencc added the bug Something isn't working label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant