チェンジセット 1330
- コミット日時:
- 2008/09/18 01:59:31 (4 ヶ月前)
- ファイル:
-
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindow.as (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindowLayer.as (追加)
- 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/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/samples/org/tarotaro/flash/pv3d (追加)
- as3/FLARToolKit/trunk/samples/org/tarotaro/flash/pv3d/PanoramaSample.as (追加)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageDistortLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 org.tarotaro.flash.ar.layers 2 17 { 3 18 import com.libspark.flartoolkit.core.FLARCode; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARImageListLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 package org.tarotaro.flash.ar.layers 2 17 { 3 18 import caurina.transitions.AuxFunctions; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 package org.tarotaro.flash.ar.layers 2 17 { 3 18 import org.libspark.flartoolkit.core.raster.FLARBitmapData; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingle3DModelLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 package org.tarotaro.flash.ar.layers 2 17 { 3 18 import com.libspark.flartoolkit.core.FLARCode; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSingleMarkerLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 package org.tarotaro.flash.ar.layers 2 17 { 3 18 import org.libspark.flartoolkit.core.FLARCode; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/layers/FLARSquareLayer.as
r1329 r1330 1 package org.tarotaro.flash.ar.layers 1 /* 2 * Copyright 2008 tarotarorg(http://tarotaro.org) 3 * 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 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 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 */ 16 package org.tarotaro.flash.ar.layers 2 17 { 3 18 import com.libspark.flartoolkit.core.FLARParam;
