| Package | graphics.filters.projections |
| Class | public class GnomonicFilter |
| Inheritance | GnomonicFilter ShaderCustomFilter flash.filters.ShaderFilter |
| Property | Defined By | ||
|---|---|---|---|
![]() | description : String [read-only]
The description of the filter (defines in the Shader). | ShaderCustomFilter | |
| fieldOfView : Number
Specifies an angle, as a degree between 1 and 360, for the field of view of the projection. | GnomonicFilter | ||
| focalLength : Number
The distance between the camera and the view located in the z-axis. | GnomonicFilter | ||
| height : Number
The height of the picture to transform. | GnomonicFilter | ||
![]() | name : String [read-only]
The name of the filter (defines in the Shader). | ShaderCustomFilter | |
![]() | namespace : String [read-only]
The namespace of the filter (defines in the Shader). | ShaderCustomFilter | |
![]() | version : String [read-only]
The version of the filter (defines in the Shader). | ShaderCustomFilter | |
| width : Number
The width of the picture to transform. | GnomonicFilter | ||
| Method | Defined By | ||
|---|---|---|---|
GnomonicFilter(shader:Shader = null, init:Object = null)
Creates a new GnomonicFilter instance. | GnomonicFilter | ||
clone():BitmapFilter [override]
Returns a shallow copy of the object. | GnomonicFilter | ||
| fieldOfView | property |
fieldOfView:NumberSpecifies an angle, as a degree between 1 and 360, for the field of view of the projection.
public function get fieldOfView():Number public function set fieldOfView(value:Number):void| focalLength | property |
focalLength:NumberThe distance between the camera and the view located in the z-axis.
public function get focalLength():Number public function set focalLength(value:Number):void| height | property |
height:NumberThe height of the picture to transform.
public function get height():Number public function set height(value:Number):void| width | property |
width:NumberThe width of the picture to transform.
public function get width():Number public function set width(value:Number):void| GnomonicFilter | () | Constructor |
public function GnomonicFilter(shader:Shader = null, init:Object = null)Creates a new GnomonicFilter instance.
Parametersshader:Shader (default = null) — The Shader reference with the Gnomonic pixel bender filter inside.
| |
init:Object (default = null) — The optional dynamic object to initialize the filter.
|
| clone | () | method |
override public function clone():BitmapFilterReturns a shallow copy of the object.
ReturnsBitmapFilter — a shallow copy of the object.
|