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.
我尝试在 ARToolKit 上显示一个简单的 3D 模型,但由于某种原因它呈现部分黑暗。
如果我在像 Cortona3D 这样的 .wrl 查看器中显示模型,它看起来很完美,所以问题一定是 ARToolKit。我怎样才能解决这个问题?
该模型在 Cinema 4D 中制作并导出为 .wrl。
我通过使用文本编辑器更改 .wrl 模型的一些值来修复它,该行是:
emissiveColor 0 0 0
我将其更改为:
emissiveColor 1 1 1
出于某种原因,ARToolKit 对这样的事情感到困惑。