
This adds the ability for geometry sets to store build settings that can be automatically applied when they are loaded. This should allow sharing of .gset files to demonstrate problems with certain settings on certain files. It also allows people to diagnose problems more easily by being able to dump their own triangle meshes and settings and load them in the demo, with all of its visualization options. .gset files can be created from the current mesh and settings by pressing the 9 key, which will generate it in the same folder as the input mesh. Also converts more of the demo to use STL.
46 lines
493 B
Plaintext
46 lines
493 B
Plaintext
## Compiled source #
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.ilk
|
|
*.o
|
|
*.pdb
|
|
*.so
|
|
*.idb
|
|
|
|
## Linux exes have no extension
|
|
RecastDemo/Bin/RecastDemo
|
|
RecastDemo/Bin/Tests
|
|
|
|
# Build directory
|
|
RecastDemo/Build
|
|
|
|
# Ignore meshes
|
|
RecastDemo/Bin/Meshes/*
|
|
|
|
## Logs and databases #
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
## OS generated files #
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
|
|
## xcode specific
|
|
*xcuserdata*
|
|
|
|
## SDL contrib
|
|
RecastDemo/Contrib/SDL/*
|
|
|
|
## Generated doc files
|
|
Docs/html
|