aboutsummaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram2018-01-041-2/+10
| | | | definition of NV_OS_LINUX instead NV_OS_FREEBSD
* Fixes thekla atlas mingw-w64 buildbruvzg2017-12-151-1/+1
|
* Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde2017-12-131-1/+2
|\ | | | | Don't pass -std=gnu++11 to MSVC
| * Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl2017-12-121-1/+2
| |
* | Fix mingw build for thekla_atlasHein-Pieter van Braam2017-12-121-3/+7
|/
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-091-1/+2
| | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* Fix thekla_atlas buildHein-Pieter van Braam2017-12-081-1/+1
| | | | clang doesn't like c++ versions being supplied to build c source files.
* Import thekla_atlasHein-Pieter van Braam2017-12-081-0/+68
As requested by reduz, an import of thekla_atlas into thirdparty/