This might not be the best forum for this, but does anyone know how one would go about doing this?
I only want to do very simple animations, like small jitter of the whole feature.
Features here ofc being map features.
How to animate a feature?
Moderators: MR.D, Moderators
Re: How to animate a feature?
Features have no animations, the way to get around it is to implement them as units and spawn them using lua as neutral units.
Re: How to animate a feature?
Or have a LuaGaia gadget that replace feature swith lua drawn graphics.
Re: How to animate a feature?
Yeah, you could do it with lua-drawn stuff. If somebody would, IDK, write a S3O loader that would let us grab S3O Pieces and turn them into display lists, it'd be pretty easy. The drawing costs aren't the big deal with Features, even doing simple animation via a procedure (or better yet, through a shader) is fairly straightforward. What's not straightforward atm is loading in display lists that aren't hand-coded.