コード例 #1
0
ファイル: VertexMaterial.cs プロジェクト: rsfc/SharpGLTF
 public void Validate()
 {
     FragmentPreprocessors.ValidateVertexMaterial(this);
 }
コード例 #2
0
ファイル: VertexGeometry.cs プロジェクト: bertt/SharpGLTF
 public void Validate()
 {
     FragmentPreprocessors.ValidateVertexGeometry(this);
 }