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.
我有一个使用 SceneKit 进行渲染的 ARKit 应用程序。我正在使用将阴影投射到不可见的地板平面上的定向光。为了做到这一点,我必须(?)shadowMode = .deferred在灯光上使用。但这会导致图像中出现丑陋的自我阴影:
shadowMode = .deferred
我怎样才能避免这种情况并且仍然保持地板上的阴影?灯光看起来不错shadowMode = .forward,但是地板上没有阴影。
shadowMode = .forward
很少有方法可以解决这个问题。