mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-22 03:54:16 -04:00
Fixed #297
This commit is contained in:
@ -168,9 +168,15 @@ namespace AssetStudio
|
||||
public Color4 Specular { get; set; }
|
||||
public Color4 Emissive { get; set; }
|
||||
public float Power { get; set; }
|
||||
public string[] Textures { get; set; }
|
||||
public Vector2[] TexOffsets { get; set; }
|
||||
public Vector2[] TexScales { get; set; }
|
||||
public List<ImportedMaterialTexture> Textures { get; set; }
|
||||
}
|
||||
|
||||
public class ImportedMaterialTexture
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int Dest { get; set; }
|
||||
public Vector2 Offset { get; set; }
|
||||
public Vector2 Scale { get; set; }
|
||||
}
|
||||
|
||||
public class ImportedTexture
|
||||
|
Reference in New Issue
Block a user