mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:47:42 +00:00
Updated to support MP2 characters
This commit is contained in:
@@ -13,10 +13,8 @@ union Value
|
||||
{
|
||||
atVec3f v3;
|
||||
atVec4f v4;
|
||||
float scale;
|
||||
Value(atVec3f v) : v3(v) {}
|
||||
Value(atVec4f v) : v4(v) {}
|
||||
Value(float v) : scale(v) {}
|
||||
Value(float x, float y, float z)
|
||||
{
|
||||
v3.vec[0] = x;
|
||||
|
||||
Reference in New Issue
Block a user