| read.quake1miptex | R Documentation | 
Read a Quake mipmap texture from a WAD2 file.
read.quake1miptex(filepath, at_offset = 0L)
| filepath | character string, path to WAD file. | 
| at_offset | integer, the index in the WAD file where the texture starts. | 
a 'qmiptex' instance, its like a wall with shorter name field (16 instead of 32) and some fields (anim_name, flags, contents, value) missing.
## Not run: 
    qm = read.quake1miptex("~/knave.wad", at_offset = 1317632);
    plotwal.mipmap(qm, apply_palette = pal_q1());
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.