Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will allow more general nesting, with the performance penalty of
dynamic dispatching.
This is implemented with the DynHittable for convenience.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For instance removed support for shapes without a bounding box, such as
planes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This rounding errors seems to happen when adding floats very close to 1
to a relatively large number.
325.0 + 0.99999034 = 326.0
This is a problem as this sample should be counted at the 325 pixel.
However this will be a lesser problem when filtering is implemented.
|
|
|
|
|
|
|
|
trace module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|