@@ -152,11 +152,11 @@ void SetLinearSamplerForRotation(List<Property> properties, Runtime.AnimationCha
152152 } ,
153153 new [ ]
154154 {
155- Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
155+ Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90.0f ) , 0.0f , 0.0f ) ,
156156 Quaternion . Identity ,
157- Quaternion . CreateFromYawPitchRoll ( - FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
157+ Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( - 90.0f ) , 0.0f , 0.0f ) ,
158158 Quaternion . Identity ,
159- Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
159+ Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90.0f ) , 0.0f , 0.0f ) ,
160160 }
161161 ) ;
162162
@@ -241,7 +241,7 @@ void CreateCubicSplineSamplerForRotation(List<Property> properties, Runtime.Anim
241241 new Runtime . CubicSplineAnimationSampler < Quaternion > . Key
242242 {
243243 InTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f ) ,
244- Value = Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
244+ Value = Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90.0f ) , 0.0f , 0.0f ) ,
245245 OutTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f )
246246 } ,
247247 new Runtime . CubicSplineAnimationSampler < Quaternion > . Key
@@ -253,7 +253,7 @@ void CreateCubicSplineSamplerForRotation(List<Property> properties, Runtime.Anim
253253 new Runtime . CubicSplineAnimationSampler < Quaternion > . Key
254254 {
255255 InTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f ) ,
256- Value = Quaternion . CreateFromYawPitchRoll ( - FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
256+ Value = Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( - 90.0f ) , 0.0f , 0.0f ) ,
257257 OutTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f )
258258 } ,
259259 new Runtime . CubicSplineAnimationSampler < Quaternion > . Key
@@ -265,7 +265,7 @@ void CreateCubicSplineSamplerForRotation(List<Property> properties, Runtime.Anim
265265 new Runtime . CubicSplineAnimationSampler < Quaternion > . Key
266266 {
267267 InTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f ) ,
268- Value = Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90 ) , 0.0f , 0.0f ) ,
268+ Value = Quaternion . CreateFromYawPitchRoll ( FloatMath . ToRadians ( 90.0f ) , 0.0f , 0.0f ) ,
269269 OutTangent = new Quaternion ( 0.0f , 0.0f , 0.0f , 0.0f )
270270 } ,
271271 }
0 commit comments