开发者

UDK Where did AnimatedCamera go?

开发者 https://www.devze.com 2022-12-25 01:39 出处:网络
I开发者_开发问答\'m porting a game from UT3 to UDK. One of the classes is a subclass of AnimatedCamera. However, AnimatedCamera seems to be missing from the UDK, as the compiler kindly tells me:

I开发者_开发问答'm porting a game from UT3 to UDK. One of the classes is a subclass of AnimatedCamera. However, AnimatedCamera seems to be missing from the UDK, as the compiler kindly tells me:

Error, Superclass AnimatedCamera of class ZCam not found

Where did AnimatedCamera go?


It looks like it has been removed from the engine. I just looked at a recent code drop. I'm not sure why they've removed it; but, if it's important to your project I would suggest re-implementing it.

It derives from camera, which appears to be intact in the newer versions of the engine. I wish I could help more specifically, but our version of the engine is older and heavily modified and I don't directly deal with camera animations :)

But, you're not crazy, it was removed.

From what I've seen, it's just a method of playing CameraAnims. As such, moving over the functionality shouldn't be too difficult.

Good luck!

0

精彩评论

暂无评论...
验证码 换一张
取 消