Currently, I am working with Three.js to load .obj + .mtl files in order to view a 3D model within a web browser. I am at the beginning stages and would greatly appreciate some assistance.
Two things that are currently puzzling me:
The model I am working on (requires mouse dragging)
Initially, the object appears transparent in the scene and requires dragging to make it visible
How can I change the black color of the object? (There is an image below showing it in black)
My aim is to make it resemble this example on Sketchfab
The majority of the code is taken from the castle example on script-tutorialsׂ(mentioned at the top of the page)
Any information or guidance would be greatly appreciated.