web 3D 技术
白纸一张,先理一理概念:
webGL 是low level 库,three.js 是high level 库,一般只要理解webGL里的概念,实际用thee.js 开发更容易
3D 建模可以用Blender, three.js 可以把建好的model 导入成mesh使用
3DMAX 怎么转成网页可以显示的3D 模型?
先用proe转成obj格式的文件,再用three.js的OBJLoader.js将其载入即可实现
试过转成vtk的格式,在Chrome可以显示,但在ie11没显示。
这也就是说ProE 的obj 模型自然就可以在网页显示了.
3D模型有哪些格式?
This 3D object can be downloaded in .max, .obj, .3ds, .fbx, .dxf, .lwo, .stl, .wrl, .ma, .dae, .x and .asc file formats.
有人问的关于webGL 和 three.js 的问题 https://stackoverflow.com/questions/11966779/learning-webgl-and-three-js
three.js 官网 https://threejs.org/
https://blog.teamtreehouse.com/the-beginners-guide-to-three-js
Blender 官网 https://www.blender.org/features/
https://noeticforce.com/best-3d-javascript-game-engines-frameworks-webgl-html5
https://campusalbano.se/view/all
3D 模型下载网站 https://www.3dcadbrowser.com/3d-model/ave-engineer
将不同格式的3d模型导入three.js https://www.jianshu.com/p/9e2f2075d803
数据可视化
大数据分析-web图表展示-收集 https://blog.csdn.net/ejinxian/article/details/44672427
如何在网页中显示数据图表--Echarts入门教程 https://blog.csdn.net/longgeaisisi/article/details/78202503