如果当前细分级别小于
private Mesh LoadMesh(string file)
{
ExtendedMaterial[] mtrl;
Mesh mesh = Mesh.FromFile(file, MeshFlags.Managed, device, out mtrl);
if ((mtrl != null) && (mtrl.Length > 0))
{
如果当前细分级别小于
private Mesh LoadMesh(string file)
{
ExtendedMaterial[] mtrl;
Mesh mesh = Mesh.FromFile(file, MeshFlags.Managed, device, out mtrl);
if ((mtrl != null) && (mtrl.Length > 0))
{