A Website like a picture book using a 3D model

Hello!
I will post for the first time!

I made a site like a picture book using a 3D model.

https://tdaspbs.com

There are various applications that utilize 3D models, such as 3D CAD and games.

On the other hand, there are not many web-applications that utilize 3D models when “explaining or instructing” something like a picture book or encyclopedia.
So, this time I tried to make such an application.

I have little experience with three.js for about 4 months, and I think the application’s perfection is not high so much
But I posted this time to get your opinions.

Since English is not my mother tongue, I am writing this time with the help of some automatic translation.

Thank you for reading this far.

3 Likes

hi… can you share a code of how you added button functions to rotate and mode the camera see models in different angles

Thanks for your comment

The functions you requested are in the following code.

https://tdaspbs.com/js/tdarticle.js

The following function is generating the button.

DomSetupInstructionControler()

The following functions are actually changing the viewpoint.
ScreenUpdateViewEditor()

Awesome

Have to fix those textures though.

1 Like