-
Notifications
You must be signed in to change notification settings - Fork 20
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
Example? #55
Comments
#11 lists the libraries we know that have integrated dir_light.transform_mut().look_at([150.0, 350.0, 350.0].into(),
[0.0, 0.0, 0.0].into(),
None); Does that help? |
I understand the "to mint" direction well. |
Well, the point is that the ugly is an implementation detail. The PR I linked contains both "to mint" and "from mint" parts. For example of the latter, see look_at implementation. |
Yeah ok, doesn't seem too bad really. Thanks for explaining kvark! I'm thoroughly enjoying your contributions to the Rust ecosystem 😄 |
Alright, do you think there needs to be done about this? I.e. are readme changes needed? |
More examples are always welcoming for newbies :) |
Yeah, I believe that's the case. |
At risk of sounding like an idiot, how does one actually use mint in their code?
Can someone whip up like a tiny example for me, maybe whack it in the README?
The text was updated successfully, but these errors were encountered: