Looking for help / advice

Hello… I’m new to threeJS. I am wondering iff anyone know how to set up a vehicle that I already modeled in Cinema4D to interact with in threeJS… At this point, I’m just trying to see if this is an option for us. I am looking for nothing more than to give my client an idea of a vehicle that can change color and can be spun around interactively. If someone knows how to do this, I can compensate for the assistance in proving this. I do want to learn this, but for now, I just need to see if it works first. Thank you.

Export it as GLTF and load it in threejs.

Then you can use different effects and techniques to present it:

https://threejs.org/examples/webgl_materials_car.html

https://threejs.org/examples/?q=env#webgl_materials_envmaps_groundprojected

2 Likes

Yes. What format would you like?

Hello. I got my model in but how to I view it as an end user and not as as editor?

This way maybe:
https://threejs.org/examples/?q=gltf#webgl_loader_gltf

I dont understand…

This is example of loading a model and showing it to the end user.

Hi. Sorry, that still doesn’t really help me. I am 95% UNfamiliar with threeJS and, for the moment, I’m just looking for a way to illustrate its capabilities to my client before I dive in and learn more about it.

In this case the best place to start is here:
https://threejs.org/examples
https://threejs.org/docs/#manual/en/introduction/Installation

1 Like