issues
search
lec-org
/
lec3d
基于three.js进行封装, 用于更快速高效地快速搭建3d展示场景的JS库
https://lec-org.github.io/lec3d/
8
stars
1
forks
source link
Plan for v0.0.5
#21
Open
CoderSerio
opened
1 year ago
CoderSerio
commented
1 year ago
Plan for v0.0.5
Features
[ ] 内置 TWEEN,平滑的镜头控制
[x] 将 threejs 作为 peerDepencies,方便导出 examples 下的内容
[x]
createText
加上
rotation
[x] #38
[x]
mountTo
挂载到非全屏大小的容器适配
[ ]
init
更好地配置景深、光照配置
[ ]
addControl
增加配置项,设置鼠标缩放、转动等
[x] 支持更多类型的模型文件
[x] 移除场景的方法,方便在组件卸载时移除场景
CoderSerio
commented
7 months ago
后来决定把一些内容放到后续的版本中实现。。。
Plan for v0.0.5
Features
createText
加上rotation
mountTo
挂载到非全屏大小的容器适配init
更好地配置景深、光照配置addControl
增加配置项,设置鼠标缩放、转动等