User Tools

Site Tools


assets

Assets

Doomsday 2 manages resources as assets. In practice, an asset is comprised of Doomsday Script and a set of associated files inside a package.

Before you start working with assets, you should have a good understanding of how packages work in Doomsday 2.

Assets by type

Identifier Name
model.thing.* 3D model for a thing (skeletal animation)
model.weapon.* 3D model for a player weapon (skeletal animation)
texture.particle.* Particle image
texture.reflect.* Reflection cube map

Common characteristics

Guidelines

Other resources

shader
OpenGL shader program

Implementation status (1.15 →)

The asset system was first introduced in 1.15. It was only used for the GL2 model renderer.

In 2.0, new asset types were added for particle texture images and 3D model reflection cube maps.

assets.txt · Last modified: 2019-11-26 06:08 by skyjake