| Package | de.bytepark.geostats |
| Class | public class Globe |
| Inheritance | Globe org.papervision3d.objects.primitives.Sphere |
| Implements | IEffectTarget, IObject3D |
| Method | Defined by | ||
|---|---|---|---|
|
Globe(texture:BitmapData)
Constructor
| Globe | ||
|
adds an effect to the globe
| Globe | ||
|
addMarker3D(marker3d:Marker3D):void
adds a marker3d
| Globe | ||
|
destroy():void
make the object eligible for garbage collection
| Globe | ||
|
removeEffect(effect:IEffect):void
removes an effect from the globe
| Globe | ||
|
removeMarker3D(marker3d:Marker3D):void
removes a marker3d
| Globe | ||
|
updateEffects():void
updates the effect list
| Globe | ||
| Globe | () | constructor |
public function Globe(texture:BitmapData)Constructor
Parameterstexture:BitmapData — the texture for the globe
|
| addEffect | () | method |
public function addEffect(effect:IEffect):voidadds an effect to the globe
Parameterseffect:IEffect — an instance of a IObject3DEffect-Class
|
See also
| addMarker3D | () | method |
public function addMarker3D(marker3d:Marker3D):voidadds a marker3d
Parametersmarker3d:Marker3D — an instance of a Marker3D-Class
|
| destroy | () | method |
public function destroy():voidmake the object eligible for garbage collection
| removeEffect | () | method |
public function removeEffect(effect:IEffect):voidremoves an effect from the globe
Parameterseffect:IEffect — an instance of a IObject3DEffect-Class
|
See also
| removeMarker3D | () | method |
public function removeMarker3D(marker3d:Marker3D):voidremoves a marker3d
Parametersmarker3d:Marker3D — an instance of a Marker3D-Class
|
| updateEffects | () | method |
public function updateEffects():voidupdates the effect list