| Package | Description |
|---|---|
| enlight.model | |
| enlight.model.primitive |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISceneObject.getIntersection(Ray ray,
IntersectionInfo result)
Gets the intersection of the scene object with a ray
Returns true if an intersection was found, in which case:
1.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Union.getIntersection(Ray ray,
IntersectionInfo result) |
boolean |
Sphere.getIntersection(Ray ray,
IntersectionInfo result) |
boolean |
SkySphere.getIntersection(Ray ray,
IntersectionInfo result) |
abstract boolean |
APrimitive.getIntersection(Ray ray,
IntersectionInfo result) |
Copyright © 2012. All Rights Reserved.