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.4;NyARToolkit for java/3.0.0+;ARToolKit/2.72.1"; |
public final static String VERSION = "NyAR4psg/1.1.6;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です。*/ |
| 105 |
return; |
return; |
| 106 |
} |
} |
| 107 |
/** |
/** |
| 108 |
|
* この関数は、ProjectionMatrixを複製して返します。 |
| 109 |
|
* @return |
| 110 |
|
* ProjectionMatrixです。 |
| 111 |
|
*/ |
| 112 |
|
public PMatrix3D getProjectionMatrix() |
| 113 |
|
{ |
| 114 |
|
return new PMatrix3D(this._ps_projection); |
| 115 |
|
} |
| 116 |
|
/** |
| 117 |
* この関数は、PImageをバックグラウンドへ描画します。PImageはfarclip面+1の部分に描画します。 |
* この関数は、PImageをバックグラウンドへ描画します。PImageはfarclip面+1の部分に描画します。 |
| 118 |
* <div>この関数は、次のコードと等価です。</div> |
* <div>この関数は、次のコードと等価です。</div> |
| 119 |
* <hr/> |
* <hr/> |
|
|
Legend:
| Removed from v.854 |
|
| changed lines |
| |
Added in v.876 |
|
|
|