public final class SkySphere extends AInfinitePrimitive
| Constructor and Description |
|---|
SkySphere() |
SkySphere(SkySphere skySphere,
Map<Object,Object> props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
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.
|
SkySphere |
with(Map<Object,Object> props)
Creates a clone of this scene object with updated properties as specified.
|
getSupport, includeInBoundBox, isFinitegetPigment, getPropertiesgetBoundBox, toStringpublic boolean getIntersection(Ray ray, IntersectionInfo result)
ISceneObjectgetIntersection in interface ISceneObjectgetIntersection in class APrimitiveresult - Out parameter for populated intersection info if intersection was found, unchanged otherwisepublic SkySphere with(Map<Object,Object> props)
ISceneObjectwith in interface ISceneObjectwith in class ASceneObjectprops - New prperties to updateCopyright © 2012. All Rights Reserved.