======================================================================
FLARToolKit
version 2.5.1
======================================================================
The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
Copyright (C)2010 Saqoosha, R.Iizuka(nyatla)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
For further information please contact.
http://www.libspark.org/wiki/saqoosha/FLARToolKit
or
This work is based on the NyARToolKit developed by
R.Iizuka (nyatla)
http://nyatla.jp/nyatoolkit/
contributors
eric socolofsky
makc
tarotaro http://tarotaro.org/
rokubou http://sixwish.jp/
----------------------------------------------------------------------
About FLARToolKit
----------------------------------------------------------------------
* ARToolKit の AS3 版です。
* Flash player 10 用
* A虎@(nyatla)氏の NyARToolkit for AS を基盤にFLARToolKit v1.xの
インターフェースを引き継いだライブラリ集です。
* FLARToolKit は入力画像からマーカーを認識して、3 次元空間での
カメラ位置を計算するとこまでをやってくれます。
* 3D グラフィックスとの合成などは各自で実装する必要があります。
* ただし簡単に合成できるようにヘルパー的なものはついてます。
(Papervision3D, Away3D, Sandy3D, Alternativa3D)
# AS3 ported version of ARToolKit.
# Flash player 10 only
# This is a library collection that succeeded the interface of
FLARToolKit v1.x based on NyARToolkit for AS.
# FLARToolKit recognize the marker from input image.
and calculate its orientation and position in 3D world.
# You should draw 3D graphics by your own.
# But helper classes for major flash 3D engines
(Papervision3D, Away3D, Sandy3D, Alternativa3D)
----------------------------------------------------------------------
FLARToolKit License
----------------------------------------------------------------------
FLARToolKitは「GPL」と「Commercialライセンス」の
デュアルライセンス方式を採用しています。
また、FLARToolKitは関連するいくつかのライブラリも含めて配布しています。
含まれるライブラリは、それぞれのライセンスが適応されます。
[GPL License]
ライセンスの内容は、COPYING.txtをご確認ください
また、GPL(the GNU General Public License v3)を選択した場合、
商用・非商用を問わず、無料で使用可能です。
ただし、GPLで課されている条件に従い、GPLを適応していることの告知、
並びにユーザーの要求に応じてアプリケーションのソースコードの提供、
これらを含む義務を履行してください。
[Commercial License]
FLARToolKitはGPLを受け入れることができないユーザーのために、
Commercial Licenseが有償でARToolworks Inc.より提供されています。
ARToolworks Inc.より許諾を受けることにより、GPLの制約から
解放されます。
条件やライセンス費用については、ARToolworks Inc.に問合せてください。
ARToolworks Inc. http://www.artoolworks.com/
mailto : sales@artoolworks.com
FLARToolKit is available for download and use under two licenses:
GPL License: FLARToolKit can be used for free under GPL v3
(the GNU General Public License, v3). Source code of applications using
FLARToolKit under the GPL must be provided free of charge on request.
Commercial License: Source code of FLARToolKit applications can be
protected with a commercial license, offered exclusively by ARToolworks.
Applications using the commercial license do not have to provide
source code, but must pay a licensing fee.
Contact ARToolworks at sales@artoolworks.com for more information.
ARToolworks Inc.
http://www.artoolworks.com/
Moreover, FLARToolKit is distributed including some relating libraries.
Each license adjusts to the included library.
----------------------------------------------------------------------
Attention
----------------------------------------------------------------------
このバージョンは、過去に配布されたStart-kitなどから復元されたものです。
This version is the one restored from Start-kit etc. distributed in the past.
----------------------------------------------------------------------
Include External library
----------------------------------------------------------------------
[papervision3d 2.1.920]
Open Source realtime 3D engine for Flash
URL : http://code.google.com/p/papervision3d/
License : MIT License
----------------------------------------------------------------------
External library
----------------------------------------------------------------------
[Away3D, Away3D Lite]
Realtime 3D engine for Flash
URL : http://away3d.com/
License : Apache License, Version 2.0
[Sandy3D]
Realtime 3D engine for Flash
URL : http://away3d.com/
License : MOZILLA PUBLIC LICENSE, Version 1.1
[Alternativa3D]
browser 3D-engine based on Adobe Flash
URL : http://www.flashsandy.org/
License : Commercial licence / Free non-commercial licence
----------------------------------------------------------------------
Development environment
----------------------------------------------------------------------
* Flex Builder 3.0 (build 3.0.2)
(Eclipse Version: 3.4.2 + Flex Builder 3.0 + Flex SDK 3.4, 3.5)
* FlashDevelop + Flex SDK 3.4, 3.5
----------------------------------------------------------------------
Special thanks
----------------------------------------------------------------------
加藤博一先生 (Hirokazu Kato, Ph. D.)
http://www.hitl.washington.edu/artoolkit/
Prof. Mark Billinghurst
http://www.hitlabnz.org/
----------------------------------------------------------------------
Change Log
----------------------------------------------------------------------
2.5.1 (2010-Feb-20)
* Bug fix: spell miss, interface, extends error and more.
2.5.0
* Merge NyARToolKit for AS3
* Flash player 10 or above.
1.0.0 (2010-Jan-20)
* implemented support for debugging display of thresholded and
labeled BitmapData objects, via accessors in FLARMultiMarkerDetector
and FLARSquareDetector.(ericsoco)
* implemented option to skip internal thresholding process,
to allow use of custom thresholding algorithms(ericsoco)
* added variable marker border width to FLARMultiMarkerDetector,
to match FLARSingleMarkerDetector.(ericsoco)
* FLARParam : default camera values(makc)
* Move 3d framework support classes into
org.libspark.flartoolkit.support package.(saqoosha)
* adding makc's sandy3D support.(ericsoco,makc)
* adding makc's alternativa3D support.(ericsoco,makc)
* corrected import statements in repackaged support (3d framework)
classes.(ericsoco)
* added away3d 3.3.3 support to support.away3d package.(ericsoco)
* added away3dlite support(ericsoco)
0.9.1 (2010-Jan-17)
Re-packaging by rokubou.
0.9.0 (2009-Jun-03)
packaging by saqoosha
* Added stater sample(starter-kit)