Skip to content

Commit 4d642f6

Browse files
committed
Use JOML FrustumIntersection class
1 parent b0e3310 commit 4d642f6

File tree

236 files changed

+170209
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+170209
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@
6868
/c23-p2/target/
6969
/chapter99/target/
7070
/chapter24/target/
71-
/chapter25/target/
71+
/chapter25/target/
72+
/chapter26/target/
File renamed without changes.

chapter25/pom.xml renamed to chapter25/c25-p1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<groupId>org.lwjglb</groupId>
77
<artifactId>book</artifactId>
88
<version>1.0</version>
9-
<relativePath>../pom.xml</relativePath>
9+
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

12-
<artifactId>game-c25</artifactId>
12+
<artifactId>game-c25-p1</artifactId>
1313
<version>1.0</version>
1414

1515
<dependencies>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)