Displays the model's vertex data information.
| Precision | Description |
| Float | Has floating decimal point precision. This involves in a large volume of data, but maintains precision as had on the 3D CG tool. |
| Fixed | Has fixed point precision. This involves a smaller volume of data than floating-point precision. |
| Auto | Has either floating-point or fixed-point precision. The precision is determined automatically by the binary converter. |
| Precision | Description |
| Float | Has floating decimal point precision. This involves in a large volume of data, but maintains precision as had on the 3D CG tool. |
| Fixed6 | Has fixed point precision with 6-bit decimal fraction. |
| Fixed14 | Has fixed point precision with 14-bit decimal fraction. |
| Precision | Description |
| RGB565 | Has R=5bit, G=6bit, B=5bit precision. Does not have vertex alpha. |
| RGB8 | Has RGB 8-bit precision ( R=8bit, G=8bit, B=8bit) Does not have vertex alpha. |
| RGBA4 | Has RGBA 4-bit precision ( R=4bit, G=4bit, B=4bit, Alpha=4bit) |
| RGBA6 | Has RGBA 6-bit precision ( R=4bit, G=4bit, B=4bit, Alpha=4bit) |
| RGBA8 | Has RGBA 8-bit precision ( R=4bit, G=4bit, B=4bit, Alpha=4bit) |
CONFIDENTIAL