ands / lightmapper

A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!
1.41k stars 133 forks source link

License #15

Closed babooncodes closed 3 years ago

babooncodes commented 3 years ago

You should probably add a license to this repo, for legal reasons.

Qix- commented 3 years ago
* License:                                                 *
* This software is in the public domain.                   *
* Where that dedication is not recognized,                 *
* you are granted a perpetual, irrevocable license to copy *
* and modify this file however you want.                   *
ands commented 3 years ago

Thanks @Qix- :) @baboongd: Since this is a single header file library, the license is kept in the header of the lib to avoid having to move/copy around more than that one file.

babooncodes commented 3 years ago

Great sorry, im used to it being displayed on the right of the github page.