Module ascii_reader

Module ascii_reader 

Source
Expand description

ASCII reader. BWM ASCII reader implementation.

This module provides a line-based parser for the KotOR ASCII walkmesh format, mirroring the logic of the game’s LoadMeshText function.

Enums§

BwmAsciiError
Errors specific to ASCII BWM parsing.

Functions§

read_bwm_ascii
Reads an ASCII BWM from a reader.