godot/modules/assimp
Rémi Verschelde d52b70fb5e SCons: Always use env.Prepend for CPPPATH
Include paths are processed from left to right, so we use Prepend to
ensure that paths to bundled thirdparty files will have precedence over
system paths (e.g. `/usr/include` should have lowest priority).
2019-04-30 13:12:06 +02:00
..
config.py Add Open Asset Import Library to Godot. 2019-04-05 07:17:52 -07:00
editor_scene_importer_assimp.cpp Assimp: Don't touch normals. 2019-04-17 10:48:54 -07:00
editor_scene_importer_assimp.h Clean up ASSIMP import code. 2019-04-13 15:19:47 -03:00
godot_update_assimp.sh Add Open Asset Import Library to Godot. 2019-04-05 07:17:52 -07:00
register_types.cpp Fix wrong method binds and registered class 2019-04-06 16:12:59 +02:00
register_types.h Add Open Asset Import Library to Godot. 2019-04-05 07:17:52 -07:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00