class R_SKY General cluster: brie_doom description: "r_sky.c Sky renderng. The DOOM sky is a texture map like any wall, wrapping around. A 1024 columns equal 360 degrees. The default sky map is 256 columns and repeats 4 times on a 320 screen?" create: make Ancestors ANY Queries Angletoskyshift: INTEGER_32 Skyflatname: STRING_8 skyflatnum: INTEGER_32 skytexture: INTEGER_32 skytexturemid: INTEGER_32 Commands make r_initskymap set_skyflatnum (a_skyflatnum: [like skyflatnum] INTEGER_32) set_skytexture (a_skytexture: [like skytexture] INTEGER_32)
Generated by ISE EiffelStudio