P
P
Pavel2018-12-07 08:47:27
3D
Pavel, 2018-12-07 08:47:27

How can 3D models be implemented in the WEB?

I have a purchasing service. It already forms orders, goods with data (length, width, height, weight, stacking method).
How to do the same in WEB?
Here is an example.
5c0a095e2eaba310919617.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
riot26, 2018-12-07
@riot26

https://threejs.org/

M
Maxim Timofeev, 2018-12-07
@webinar

https://doc.babylonjs.com
And actually Google knows a lot of options: tyts

A
Andrei Turcan, 2018-12-12
@Equalent

Hello!
As already written, for this you need to use WebGL. And in order to use it, you can:
- study the ready-made framework (Three.JS / BabylonJS)
- study three-dimensional graphics and write shaders from scratch (pure WebGL)
- use three-dimensional CSS (no need!!!)
It is important to take into account a huge number of points, including: coordinates, rendering, etc.
This is not an easy task :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question