Draw Textured Polytriangle

Purpose

Syntax
 
Opcode format Opcode

[ASCII] (Hex)

Operand Format Comments
Extended ASCII (Texture [<ws>]<ICount>[<ws><IXi>,<IYi>]+ Absolute coordinates.
Single-byte, binary operand [t] (74) <BCount>[<USEcount>][<LXi><LYi>]+ Relative coordinates.
- [Ctrl-T] (14) <BCount>[<USEcount>][<SXi><SYi>]+ Relative coordinates.
Extended binrary TBD <BCount>[<USEcount>]\
[<LXi><LYi><BRi><BGi><BBi><BAi>]]+
Gouraud, relative coordinates.
- TBD <BCount>[<USEcount>]<LIid>\
[<LXi><LYi><LUi><LVi><ULWi>]+
Texture mapped, relative coordinates.
- TBD <BCount>[<USEcount>]<LIid>\
[<LXi><LYi><BRi><BGi><BBi><BAi><LUi><LVi><ULWi>]+
Gouraud and texture mapped, relative coordinates.
Details

Figure 1. Example polytriangle with six points

Notes