Add material, reflection and so on. Also use IntelliJ

This commit is contained in:
Sven Weidauer 2024-12-01 12:14:50 +01:00
parent 753f8b721a
commit b0a4f766b4
21 changed files with 622 additions and 132 deletions

27
.gitignore vendored
View file

@ -1,4 +1,27 @@
.idea/
*.tga
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Kotlin ###
.kotlin
### Mac OS ###
.DS_Store
test.tga