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.
有没有办法设置任何灯跟随相机。谢谢。
您可以在 XAML 中执行此操作。将位置绑定到相机的位置,并通过添加 TranslateTransform 添加偏移量。
不过要小心你绑定的东西。如果您使用相机的变换来移动相机,则需要绑定到相机的变换,而不是位置。