- コミット日時:
- 2010/05/04 12:01:36 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/core/raster/rgb/FLARRgbRaster_BitmapData.as
r3672 r3879 39 39 private var _bitmapData:BitmapData; 40 40 private var _rgb_reader:FLARRgbPixelReader_BitmapData; 41 41 42 /** 43 * 44 * @deprecated 次バージョンで次のように変更されます。 FLARRgbRaster_BitmapData(i_width:int,i_height:int) 45 */ 42 46 public function FLARRgbRaster_BitmapData(bitmapData:BitmapData) { 43 super( new NyARIntSize(bitmapData.width, bitmapData.height),NyARBufferType.OBJECT_AS3_BitmapData);47 super(bitmapData.width, bitmapData.height,NyARBufferType.OBJECT_AS3_BitmapData); 44 48 this._bitmapData = bitmapData; 45 49 this._rgb_reader = new FLARRgbPixelReader_BitmapData(this._bitmapData);

