开发者 | wprj |
---|---|
更新时间 | 2025年6月10日 21:36 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv3 |
版权网址: | 版权信息 |
glTF
v2: .gltf
/.glb
.FBX
ASCII version 7.0 and newer, or binary version 6400 and newer.STL
.OBJ
with support for material file (.mtl
)..glb
, .gltf
and.fbx
).
Infinite light possibilities
You can add as many light sources to simulate any desired lighting condition for your scene.
Camera
Camera position and movement are configurable. You can restrict the viewer from moving the camera beyond certain angles, restrict the zooming capability, place the camera wherever you want and point it at any point of the scene.
3d-scene-viewer.zip
from your computer3d-scene-viewer.zip
3d-scene-viewer
directory to your computer3d-scene-viewer
directory to the /wp-content/plugins/
directoryAll data supported by the file format (glTF or FBX) specification will be imported, except for cameras. There will be only one camera on the scene, and it's the one created by the plugin. Multiple animated objects can be imported all at once in one single file, but this might lead to problems when there are animations with different lengths.
Most of the FBX files available on the web (or at least a lot of them) need to be scaled down to a factor of 0.01 to fit the scale of three.js. After adding your FBX model to the scene, apply a scale of 0.01 on all the axes.