Manipulators: Make rotate manipulator smoother.

This commit is contained in:
Clément Foucault
2018-04-24 15:05:07 +02:00
parent adb915c1a6
commit 19808c347d

View File

@@ -92,7 +92,7 @@ typedef struct DialInteraction {
} DialInteraction;
#define DIAL_WIDTH 1.0f
#define DIAL_RESOLUTION 32
#define DIAL_RESOLUTION 48
/**
* We can't use this for the #wmManipulatorType.matrix_basis_get callback, it conflicts with depth picking.