Skip to content

Commit

Permalink
not sure why, works now with OpenNI2
Browse files Browse the repository at this point in the history
  • Loading branch information
poqudrof committed Oct 28, 2022
1 parent f2f86d5 commit 92e6117
Show file tree
Hide file tree
Showing 4 changed files with 823 additions and 818 deletions.
23 changes: 6 additions & 17 deletions papart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<description>Paper Augmented Reality Toolkit</description>
<url>https://github.com/natar-io/PapARt</url>


<repositories>
<repository>
<id>clojars.org</id>
Expand Down Expand Up @@ -89,15 +88,7 @@
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>


<dependency>
<groupId>org.openni</groupId>
<artifactId>OpenNI</artifactId>
<version>2.3.1</version>
</dependency>



<dependency>
<groupId>tech.lity.rea</groupId>
<artifactId>ColorConverter</artifactId>
Expand All @@ -109,13 +100,6 @@
<artifactId>SimplePointCloud</artifactId>
<version>0.1</version>
</dependency>
<!-- <dependency>
<groupId>org.openni</groupId>
<artifactId>OpenNI-bin</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>-->


<!--We distribute with PapARt-->
<dependency>
Expand Down Expand Up @@ -151,6 +135,11 @@
</dependency>


<dependency>
<groupId>org.openni</groupId>
<artifactId>OpenNI</artifactId>
<version>2.3.1</version>
</dependency>
<!-- <dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>newt-main</artifactId>
Expand Down
Loading

0 comments on commit 92e6117

Please sign in to comment.