Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 macbook iOs X(yosemite) 和 chrome 浏览器上运行,
我尝试查看一个档案模型:
使用的型号
在https://appcreator.3d.io/
但结果似乎没有在内部显示相同的光照贴图:
https://app.3d.io/lLOkYR
这可能是因为空间编辑器中的照明系统与框架中的照明系统不同。我建议您使用以下参数调整 aframe 场景中的照明(在应用程序创建器的 html 代码中搜索这些值): lightMapIntensity: 1.887; lightMapExposure: 0.55 您也可以通过修改来调整整体照明强度: <a-scene io3d-lighting="intensity:0.9">
lightMapIntensity: 1.887; lightMapExposure: 0.55
<a-scene io3d-lighting="intensity:0.9">