Skip to content
Snippets Groups Projects
Commit 55469b52 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Revert the scale factor to -20

parent 9c2ddc73
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ public class FixedRotation implements TimeIndependentLOSTransform {
* in the multiplications/divisions sequences.
* </p>
*/
private final double SCALE = FastMath.scalb(1.0, 0);
private final double SCALE = FastMath.scalb(1.0, -20);
/** Rotation axis. */
private final Vector3D axis;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment