8 StreamReader streamReader =
new(stream);
10 while (!streamReader.EndOfStream) {
11 string line = streamReader.ReadLine();
12 string[] spl = line.Split([(
char)0x09, (
char)0x20], StringSplitOptions.None);
19 if (
string.IsNullOrEmpty(Tkey)) {
20 throw new Exception(
"请先newmtl");