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.
我能找到的所有关于使用 XNA 的点光源的东西都使用了自定义着色器,这在 Windows Phone 上是不可用的。可以使用 5 种内置效果中的一种来模拟点光源吗?如何在 Windows Phone 上做点光源?
BasicEffect 允许您指定定向照明,您可以使用其中之一吗?只需在世界空间中设置它的位置并将其指向您渲染的每个模型?