cod5-sdk/deffiles/materials/textureAtlas.template

9 lines
262 B
Plaintext
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
#if "$textureAtlasRowCount$" == ""
#error "textureAtlasRowCount may not be blank"
#endif
#if "$textureAtlasColumnCount$" == ""
#error "textureAtlasColumnCount may not be blank"
#endif
textureAtlas( @textureAtlasRowCount@, @textureAtlasColumnCount@ );