質問編集履歴

2

追加

2017/10/14 16:17

投稿

johnhiroshi
johnhiroshi

スコア6

test CHANGED
File without changes
test CHANGED
@@ -38,11 +38,17 @@
38
38
 
39
39
  ここにご自身が実行したソースコードを書いてください
40
40
 
41
- #include "ofxOpenNI.h"
41
+ #include <XnOpenNI.h>
42
42
 
43
- //#include "./../../../../addons/ofxOpenNI/src/ofxOpenNI.h"
43
+ #include <XnCodecIDs.h>
44
44
 
45
+ #include <XnCppWrapper.h>
46
+
47
+ #include <XnLog.h>
48
+
45
- #include "ofxTrueTypeFontUC.h"
49
+ #include <XnTypes.h>
50
+
51
+
46
52
 
47
53
  ```
48
54
 

1

タグの追加

2017/10/14 16:17

投稿

johnhiroshi
johnhiroshi

スコア6

test CHANGED
File without changes
test CHANGED
File without changes