Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated Textures and Switch Textures #30

Open
jmickle66666666 opened this issue Dec 25, 2017 · 1 comment
Open

Animated Textures and Switch Textures #30

jmickle66666666 opened this issue Dec 25, 2017 · 1 comment
Labels

Comments

@jmickle66666666
Copy link
Owner

Animations and switches are hard-coded in doom, but Boom introduced an ANIMATED and SWITCHES lump which is one way of defining them. Hexen introduced an ANIMDEFS lump which zdoom inherited and I believe expanded upon. It's nicer but still a bespoke text format.

@jmickle66666666
Copy link
Owner Author

Possible approach: combine all the frames of a texture into one, and use a shader to animate the frames. Doom's animated textures are hardcoded but a definition file could be made to support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant