mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-16 16:11:48 -05:00
Merge branch 'master' of https://github.com/vrm-c/UniVRM into fastMetallicRoughnessImport
This commit is contained in:
commit
3aaa06a1e2
|
|
@ -17,12 +17,6 @@ namespace VRM
|
|||
[Range(0, 90.0f)]
|
||||
public float CurveYRangeDegree;
|
||||
|
||||
/*
|
||||
public CurveMapper() : this(90.0f, 10.0f)
|
||||
{
|
||||
}
|
||||
*/
|
||||
|
||||
public CurveMapper(float xRange, float yRange)
|
||||
{
|
||||
CurveXRangeDegree = xRange;
|
||||
|
|
@ -93,5 +87,10 @@ namespace VRM
|
|||
}
|
||||
return base.Equals(obj);
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return base.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user