Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
adding a tracker that gets head tracking from the RealSense SDK
|
|
|
|
|
|
|
|
|
|
|
|
Gives us type safety rather than argument count mismatch. Also there's
no more narrowing conversion issue.
Replace usages.
Explicitly delete initializer_list ctor.
|
|
Aspect ratio is meant to be viewport's ratio, not diagonal to axis.
|
|
|
|
|
|
|
|
|
|
Issue: #181
|
|
Issue: #181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can happen with incorrect .ini values.
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #212
|
|
Issue: #213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We could lose precision when multiplying by integral_max with floats.
For doubles, we can count on up to 2^56 - 1 to be expressible somewhat
exactly.
|
|
|
|
|
|
|
|
|