View file0.xml
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="**********"> | |
<!-- ===================================================================================== | |
FDT5.5 で AIR3.3 iOS USBデバッグするためのANTテンプレート | |
--> | |
<property name="PROJ_NAME" value="**********"></property> |
View file0.txt
/** | |
* copyright (c) 2012 www.itoz.jp | |
* @author itoz | |
* @since 2012/06/20 19:55:22 | |
*/ | |
package jp.itoz.air.util | |
{ | |
import flash.events.ErrorEvent; | |
import flash.filesystem.File; | |
import flash.filesystem.FileMode; |
View RandomMoveVertex.as
/** | |
* copyright (c) 2012 www.romatica.com | |
* @auther itoz | |
*/ | |
package | |
{ | |
import away3d.containers.View3D; | |
import away3d.core.base.SubGeometry; | |
import away3d.debug.AwayStats; | |
import away3d.entities.Mesh; |
View ClothMotion.as
/** | |
* copyright (c) 2012 www.romatica.com | |
* @auther itoz | |
*/ | |
package | |
{ | |
import away3d.containers.View3D; | |
import away3d.core.base.SubGeometry; | |
import away3d.debug.AwayStats; | |
import away3d.entities.Mesh; |
View CameraLookAt.as
/** | |
* copyright (c) 2012 www.romatica.com | |
* @auther itoz | |
*/ | |
package | |
{ | |
import flash.geom.Vector3D; | |
import away3d.debug.AwayStats; | |
import away3d.containers.View3D; |
View BasicSample.as
/** | |
* copyright (c) 2012 itoz.jp | |
* @auther itoz | |
*/ | |
package | |
{ | |
import away3d.cameras.Camera3D; | |
import away3d.containers.Scene3D; | |
import away3d.containers.View3D; | |
import away3d.entities.Mesh; |
View GeometryApplyTransformation.as
/** | |
* copyright (c) 2012 www.romatica.com | |
* @auther itoz | |
*/ | |
package | |
{ | |
import away3d.containers.View3D; | |
import away3d.entities.Mesh; | |
import away3d.materials.TextureMaterial; |
View AccelerometerConvertToRotation_Sample.as
/** | |
* copyright (c) 2012 www.romatica.com | |
* @auther itoz | |
* 2012.2.17 17:31:03 | |
*/ | |
package | |
{ | |
import flash.events.AccelerometerEvent; | |
import flash.sensors.Accelerometer; | |
import flash.events.Event; |
View gist:1302888
/** | |
*============================================================ | |
* copyright(c) 2011 | |
* @author itoz | |
* 2011/10/21 | |
*============================================================ | |
*/ | |
package | |
{ | |
import qnx.ui.buttons.LabelButton; |
View gist:1292062
// ====================================================================== | |
/** | |
* DisplayObjectをBase64文字列(png)に変換. | |
* @param target 画像化したいDisplayObject | |
* @param w 幅 | |
* @param h 高さ | |
*/ | |
//import com.adobe.images.PNGEncoder; | |
//import mx.utils.Base64Encoder; |
NewerOlder