Browse Subversion Repository
Diff of /nyar4psg/trunk/src/src/jp/nyatla/nyar4psg/NyARPsgBaseClass.java
Parent Directory
| Revision Log
| Patch
| 60 |
* バージョン文字列です。 |
* バージョン文字列です。 |
| 61 |
* NyAR4psgのバージョン情報を示します。 |
* NyAR4psgのバージョン情報を示します。 |
| 62 |
*/ |
*/ |
| 63 |
public final static String VERSION = "NyAR4psg/1.1.6;NyARToolkit for java/3.0.0+;ARToolKit/2.72.1"; |
public final static String VERSION = "NyAR4psg/1.1.7;NyARToolkit for java/3.0.0+;ARToolKit/2.72.1"; |
| 64 |
/** 参照するAppletのインスタンスです。*/ |
/** 参照するAppletのインスタンスです。*/ |
| 65 |
protected PApplet _ref_papplet; |
protected PApplet _ref_papplet; |
| 66 |
/** ProcessingスタイルのProjectionMatrixです。*/ |
/** ProcessingスタイルのProjectionMatrixです。*/ |
| 343 |
} |
} |
| 344 |
} |
} |
| 345 |
/** |
/** |
| 346 |
* この関数は、i_mat平面から、自由変形した画像を取得します。 |
* この関数は、スクリーン座標i_x,i_yを、マーカ座標系に変換します。 |
| 347 |
* @param i_mat |
* @param i_mat |
| 348 |
* @param i_x |
* @param i_x |
| 349 |
* @param i_y |
* @param i_y |
|
|
Legend:
| Removed from v.876 |
|
| changed lines |
| |
Added in v.881 |
|
|
|