Open abhishek1508 opened 7 years ago
Before setting the material add sjmple.setColorInfluence(1.0f)
@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.
simple.addTexture(new Texture("texture", R.drawable.checkerboard));
@abhishek1508 I am also struck with the same issue. Is there any solution or work around for this issue.
@jwoolston Hi I am new to this. As fas as i have read the coloring code for the .obj model is stored in side the .mtl file. So my question is how can i load .mtl file coded color in my .obj model? Thanks
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.