-
Notifications
You must be signed in to change notification settings - Fork 145
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
Setting the color of .obj file. #72
Comments
Before setting the material add |
@jwoolston Thanks for the reply. I added this line of code. It still doesn't work. I also tried to add a texture to the Material. That doesn't work as well. |
@abhishek1508 I am also struck with the same issue. Is there any solution or work around for this issue. |
@jwoolston |
Still similar issue facing , please provide solution or (update the library) @jwoolston @abhishek1508 @MrSagarShah @SenthilPrabhuBose @tenaciousRas Thanks |
Hello,
I am new to the field of 3D modeling in android. I am trying to load an .obj file (in this case, it is a car) and try to rotate it 360 degrees. I have been successfully able to do that. Now, I am trying to change the color of the car using the code below to black color.
`public class ObjectRenderer extends RajawaliRenderer {
}`
The issue is I cannot see the color change on the object. This is what I see no matter what color I add.
Can please someone tell me if I am missing something.
The text was updated successfully, but these errors were encountered: