S
S
spbdi2014-09-01 16:07:01
HTML
spbdi, 2014-09-01 16:07:01

How to implement viewing of 3D models on the site?

Hello!
There are 3D models in AutoCad, 3D Max, etc.
Is there any simple solution (insert a small block of code in the body of the page, for example) to place these models on the site and allow users to interact with them (twirl-twist in any way)?

Answer the question

In order to leave comments, you need to log in

9 answer(s)
C
cha-cha, 2014-09-01
@spbdi

https://sketchfab.com

A
Andrey Larin, 2014-09-11
@engine9

Our domestic development www.blend4web.com/ru

M
maxamin, 2015-06-19
@maxamin

I implemented this for one company based on WebGL and the threejs.org library . I converted the product presentation (demo here - there is a 3D product overview button ...) from Pro / Engineer to OBJ format (it took a very long time to set up the center of the model, because three.js has a relative concept of the center of the model - for each model it needs to be selected individually). I applied a simple texture. I had to take a steam bath with scaling, because. the mouse wheel had to be used in different ways - for the site it's scrolling, for 3D it's zoom. But three.js turned out to be just a super thing and everything was done.
WebGL is naturally not supported by all browsers, so I inserted a GIF cartoon of a rotating model in the background :)

Y
Yuri Lobanov, 2014-09-01
@iiil

Just look at the first five links on request:
https://www.google.ru/search?q=3d+model+in+webpage...
If you try, you will even find options that offer all sorts of plug-ins for 3dmax or solidworks, to immediately get the required format from the programs.

J
Jak_Riv, 2014-09-01
@Jak_Riv

The simplest option here www.render.ru/books/show_book.php?book_id=1297
does not require installation of additional extensions when viewing the site (standard Flash)
BUT it's not 3D but just 100 pictures in a circle that mimic 3D. But it looks impressive.

A
Alexey Tkachenko, 2020-05-17
@archerl

I recommend a simple way to upload a 3d model to the site through the site3d library - https://site3d.site

U
U3DL, 2021-06-14
@U3DL

You can use interactive streaming - the model itself is rendered in the data center, only video is sent to the site. In the opposite direction are the control commands. By the way, this is the only way to display really large and complex models on the site - CAD, BIM. Here you can see examples https://streaminglab.ru

Q
qwertyshka, 2021-11-29
@qwertyshka

https://modelviewer.dev/ really liked it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question