-
Notifications
You must be signed in to change notification settings - Fork 98
Default backface #9290
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
Default backface #9290
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed Performance ReportMerging #9290 will not alter performanceComparing Summary
Footnotes
|
franknoirot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app works as expected in the Vercel preview so nothing seems broken by this. I don't think I can verify the backface color yet but lmk if I'm mistaken and we actually support a bit of surface modeling I can use to test it.
|
|
||
| #Example: how to point modeling-app at a different repo (e.g. a branch or a local clone) | ||
| # [patch.crates-io] | ||
| # kcl-ezpz = { path = "../../ezpz/kcl-ezpz" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might not have intended to delete this line
|
The engine already supports backface colour and surface modeling @franknoirot. If you call an extrude and add the arg |
Introduce a DEFAULT_BACKFACE_COLOR that is currently hard coded and sent to the engine on connection. This can be pulled in from user space with a follow-up effort