#include <MRRenderDimensions.h>
Public Attributes | |
| CommonParams | common |
| Vector3f | center |
| The center point. | |
| std::array< Vector3f, 2 > | rays |
| bool | isConical = false |
| Whether this is a conical angle. The middle line between the rays is preserved, but the rays themselves can be rotated. | |
| std::array< bool, 2 > | shouldVisualizeRay { true, true } |
| Whether we should draw a ray from the center point to better visualize the angle. Enable this if there isn't already a line object there. | |