C# 클래스 MaterialPropertyExtractor, ThreeDWorld

파일 보기 프로젝트 열기: dicarlolab/ThreeDWorld

공개 메소드들

메소드 설명
ExtractAllProperties ( string mtlContents, float &properties ) : void

비공개 메소드들

메소드 설명
ExtractMaterialProperties ( ) : void
LookUpMtlPrefix ( string mtlKey, string mtlContents ) : bool
ParseMtlScalar ( string mtlKey, float &val, string mtlContents ) : bool
ParseMtlVector3D ( string mtlKey, float &val, string mtlContents ) : bool

메소드 상세

ExtractAllProperties() 공개 정적인 메소드

public static ExtractAllProperties ( string mtlContents, float &properties ) : void
mtlContents string
properties float
리턴 void