获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 下载完依赖包也构建npm了还是会报错?
报错内容:module 'pages/three-model/threejs-miniprogram.js' is not defined, require args is 'threejs-miniprogram'
03-06 - 这么加载灯光有什么问题吗?
<xr-assets> <xr-asset-load type="texture" asset-id="lightTexture" src="http://118.195.178.158:30000/uploads/light_2.hdr" /> </xr-assets> <xr-node> <xr-light type="ambient" color="1 1 1" intensity="1" texture-id="lightTexture" /> <xr-light type="directional" rotation="40 70 0" color="1 1 1" intensity="3" texture-id="lightTexture" cast-shadow /> </xr-node>
03-03 - xr-frame 怎么根据floor(值为 1-5),去加载相对应的模型?
xr-frame 怎么根据floor(值为 1-5),去加载相对应的模型?
03-01 - xr-frame 画布上不能写其余东西吗?我写楼层设置定位上去然后z-index: 99999999
xr-frame 画布上不能写其余东西吗?我写楼层设置定位上去然后z-index: 99999999,还是看不见
02-27 - xr-frame 怎么设置摄像头的移动呢?
xr-frame 怎么设置摄像头的移动呢?还有怎么楼层时怎么切换相对应的模型,目前没有在API中找到相关操作,
02-27