EvilEngine/Assets: Difference between revisions

Content added Content deleted
Battlepedia>Seil
Battlepedia>Seil
Line 68: Line 68:
| 0x10 || [[AssetID]] ([[SURF]]) || '''Surface''' || Surface for [[SIMP]], [[PLAT]], [[UI]], [[EGEN]], and possibly others.
| 0x10 || [[AssetID]] ([[SURF]]) || '''Surface''' || Surface for [[SIMP]], [[PLAT]], [[UI]], [[EGEN]], and possibly others.
|-
|-
| 0x14 || Vector3 || '''Rotation''' || A (Y, X, Z) rotation vector (in radians).
| 0x14 || [[Vector3]] || '''Rotation''' || A (Y, X, Z) rotation vector (in radians).
|-
|-
| 0x20 || Vector3 || '''Position''' || A (X, Y, Z) position vector.
| 0x20 || [[Vector3]] || '''Position''' || A (X, Y, Z) position vector.
|-
|-
| 0x2C || Vector3 || '''Scale''' || A (X, Y, Z) scale vector.
| 0x2C || [[Vector3]] || '''Scale''' || A (X, Y, Z) scale vector.
|-
|-
| 0x38 || Vector4 || '''Color''' || A (R, G, B, A) color vector (values range from 0 to 1). Usually (1.0, 1.0, 1.0, 1.0) in all types.
| 0x38 || [[Vector4]] || '''Color''' || A (R, G, B, A) color vector (values range from 0 to 1). Usually (1.0, 1.0, 1.0, 1.0) in all types.
|-
|-
| 0x48 || float || '''Unknown''' || Usually 255.0 in all types.
| 0x48 || float || '''Unknown''' || Usually 255.0 in all types.