Skip to content

Commit b6a9005

Browse files
committed
NftFileGeneratorの更新
NyARToolkit 3.0.7へ更新
1 parent 4bf5a88 commit b6a9005

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
-902 Bytes
Binary file not shown.

lib/NyARToolkit.jar

-1.79 KB
Binary file not shown.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
======================================================================
22
NyARToolkit for proce55ing
3-
version 3.0.2
3+
version 3.0.3
44
======================================================================
55

66
Copyright (C)2008-2016 Ryo Iizuka

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ library.version=2
135135

136136
# The version as the user will see it.
137137

138-
library.prettyVersion=3.0.2
138+
library.prettyVersion=3.0.3
139139

140140

141141
# The min and max revision of Processing compatible with your library.

src/src/jp/nyatla/nyar4psg/MultiMarker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ public boolean isExist(int i_id)
624624
{
625625
int msid=this._id_map.get(i_id);
626626
try{
627-
return this._ms.isExistMarker(msid);
627+
return this._ms.isExist(msid);
628628
}catch(Exception e){
629629
this._ref_papplet.die("Catch an exception!", null);
630630
return false;

src/src/jp/nyatla/nyar4psg/utils/NyARPsgBaseClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public abstract class NyARPsgBaseClass
5959
* バージョン文字列です。
6060
* NyAR4psgのバージョン情報を示します。
6161
*/
62-
final public static String VERSION = "NyAR4psg/3.0.2;"+NyARVersion.VERSION_STRING;
62+
final public static String VERSION = "NyAR4psg/3.0.3;"+NyARVersion.VERSION_STRING;
6363
/** 参照するAppletのインスタンスです。*/
6464
final protected PApplet _ref_papplet;
6565

0 commit comments

Comments
 (0)