read.quake1miptex: Read a Quake mipmap texture from a WAD2 file.

Description Usage Arguments Value Examples

View source: R/read_wad.R

Description

Read a Quake mipmap texture from a WAD2 file.

Usage

1
read.quake1miptex(filepath, at_offset = 0L)

Arguments

filepath

character string, path to WAD file.

at_offset

integer, the index in the WAD file where the texture starts.

Value

a 'qmiptex' instance, its like a wall with shorter name field (16 instead of 32) and some fields (anim_name, flags, contents, value) missing.

Examples

1
2
3
4
5
## Not run: 
    qm = read.quake1miptex("~/knave.wad", at_offset = 1317632);
    plotwal.mipmap(qm, apply_palette = pal_q1());

## End(Not run)

wal documentation built on Jan. 17, 2021, 5:10 p.m.