Exemplo n.º 1
0
        public void Dispose()
        {
            if (!string.IsNullOrEmpty(vmtPath) && vmtCache.ContainsKey(vmtPath))
            {
                vmtCache.Remove(vmtPath);
            }
            if (material != null)
            {
                Object.Destroy(material);
            }

            includedVmt?.Dispose();
            baseTexture?.Dispose();
            bumpMap?.Dispose();
            detailMap?.Dispose();
        }
Exemplo n.º 2
0
 public void Dispose()
 {
     //texture?.Dispose();
     material?.Dispose();
     meshData?.Dispose();
 }