Package | com.transmote.flar.source |
Interface | public interface IFLARSource |
Implementors | FLARCameraSource, FLARLoaderSource, FLARProxy |
Property | Defined by | ||
---|---|---|---|
downsampleRatio : Number [read-only]
amount by which the BitmapData source is downsampled
before being sent to FLARToolkit.
| IFLARSource | ||
mirrored : Boolean
set to true to flip the camera image horizontally.
| IFLARSource | ||
source : BitmapData [read-only]
retrieve the BitmapData source used for analysis.
| IFLARSource | ||
sourceSize : Rectangle [read-only]
size of BitmapData source used for analysis.
| IFLARSource |
Method | Defined by | ||
---|---|---|---|
update():void
update the BitmapData source.
| IFLARSource |
downsampleRatio | property |
downsampleRatio:Number
[read-only]amount by which the BitmapData source is downsampled before being sent to FLARToolkit.
Implementation public function get downsampleRatio():Number
mirrored | property |
mirrored:Boolean
[read-write]set to true to flip the camera image horizontally.
Implementation public function get mirrored():Boolean
public function set mirrored(value:Boolean):void
source | property |
source:BitmapData
[read-only]retrieve the BitmapData source used for analysis. NOTE: returns the actual BitmapData object, not a clone.
Implementation public function get source():BitmapData
sourceSize | property |
sourceSize:Rectangle
[read-only]size of BitmapData source used for analysis.
Implementation public function get sourceSize():Rectangle
update | () | method |
public function update():void
update the BitmapData source.