Browse Source

Add license, gitignore, blender2ogre

master
Macoy Madson 2 years ago
parent
commit
d9bdfad539
  1. 4
      .gitignore
  2. 3
      .gitmodules
  3. 1
      Dependencies/blender2ogre
  4. 21
      LICENSE

4
.gitignore

@ -0,0 +1,4 @@
100000000PixelShader_ps.glsl
100000000VertexShader_vs.glsl
main.o
ogreApp

3
.gitmodules

@ -4,3 +4,6 @@
[submodule "Dependencies/ogre-next-deps"]
path = Dependencies/ogre-next-deps
url = https://github.com/OGRECave/ogre-next-deps
[submodule "Dependencies/blender2ogre"]
path = Dependencies/blender2ogre
url = https://github.com/OGRECave/blender2ogre

1
Dependencies/blender2ogre

@ -0,0 +1 @@
Subproject commit fd15a2d46be120354ffaee98f978c40de81a6c9d

21
LICENSE

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2019 Macoy Madson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading…
Cancel
Save