| Package | Description |
|---|---|
| enlight.model | |
| enlight.model.primitive |
| Modifier and Type | Method and Description |
|---|---|
ASceneObject |
ISceneObject.with(Map<Object,Object> properties)
Creates a clone of this scene object with updated properties as specified.
|
ASceneObject |
ASceneObject.with(Map<Object,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.includeSupportBounds(ASceneObject o,
BoundBox b) |
| Constructor and Description |
|---|
ASceneObject(ASceneObject old,
Map<Object,Object> props) |
| Modifier and Type | Class and Description |
|---|---|
class |
ACompositeObject
Abstract base class for composite objects
|
class |
AFinitePrimitive |
class |
AInfinitePrimitive |
class |
APrimitive
Abstract base class for primitives (anything that can be hit by rays)
|
class |
SkySphere |
class |
Sphere |
class |
Union |
| Modifier and Type | Method and Description |
|---|---|
static Union |
Union.of(Collection<ASceneObject> objects) |
Copyright © 2012. All Rights Reserved.