Make 3D games in Construct 2 powered by Babylon.js · By Pixel Rebirth
how do i can add texture to the .obj file?
If you export a model in obj format you should have three files: .obj, .mtl and the texture (.png/.jpg).
All of them need to be imported into your project folder for obj models to work correctly.
i didnt get it, i have 3 files in my project (.obj, .mtl, .png) but the test.obj still gray >:(
If you can share the .capx or model file so I can look into the issue.
https://drive.google.com/file/d/1d7givrdDJBWgfZMBUQhKpqjZ90EdiWtI/view?usp=drive...
there u go
I did request access but haven't received it yet.
The model comes up grey in blender and windows model viewer as well so it's a general issue with it.
In case you just want a cube with the picture on each side you can simply use the box behavior (set 'Tiled' property to 'No') like seen here:
ok, thanks