チェンジセット 1690
- コミット日時:
- 2008/10/23 17:17:37 (3 ヶ月前)
- ファイル:
-
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindow.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARPanoramaSphere.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARSample.as (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARSquareMarkerSample.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/detector (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/detector/CubeDetector.as (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/detector/CubeMarker.as (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARAnotherWorldWindowLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageDistortLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageListLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARPanoramaSphereLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingle3DModelLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingleMarkerLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSquareLayer.as (更新) (1 diff)
- as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/core/NyARVersion.java (削除)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindow.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 15 33 */ 16 34 package org.tarotaro.flash.ar as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARPanoramaSphere.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARSquareMarkerSample.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 15 33 */ 16 34 package org.tarotaro.flash.ar as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARAnotherWorldWindowLayer.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageDistortLayer.as
r1330 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageListLayer.as
r1330 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARLayer.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARPanoramaSphereLayer.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingle3DModelLayer.as
r1330 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingleMarkerLayer.as
r1636 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 { as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSquareLayer.as
r1685 r1690 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 1 /* 2 * PROJECT: FLARToolKit 3 * -------------------------------------------------------------------------------- 4 * This work is based on the NyARToolKit developed by 5 * R.Iizuka (nyatla) 6 * http://nyatla.jp/nyatoolkit/ 7 * 8 * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. 9 * Copyright (C)2008 Saqoosha 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation; either version 2 14 * of the License, or (at your option) any later version. 3 15 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 16 * This program is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 7 20 * 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * You should have received a copy of the GNU General Public License 22 * along with this framework; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 9 24 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 25 * For further information please contact. 26 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 27 * <saq(at)saqoosha.net> 28 * 29 * For further information of this Class please contact. 30 * http://www.libspark.org/wiki/saqoosha/FLARToolKit 31 * <taro(at)tarotaro.org> 32 * 33 */ 16 34 package org.tarotaro.flash.ar.layers 17 35 {
