public ConvertWavefront(NiFile file) : base(file) { Export.Add("# Build with NifParser by Merec"); Export.Add("# special thanks to Schaf"); Export.Add(""); WalkNodes(file.FindRoot()); }
public ConvertPoly(NiFile file) : base(file) { WalkNodes(file.FindRoot()); }