Last active
March 31, 2016 09:37
-
-
Save iondune/686a262a36a33cbea93713808b0ec2e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CUniform<color3f> uColor = Colors::Red; | |
| ClothObjectFront->SetUniform("uColor", uColor); | |
| // later | |
| uColor = Colors::Blue; | |
| // (this automatically changes the uniform used by the cloth object) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment