assimp/code
petrmohelnik 9330cca1cd glTF 2.0 Lights import
Importing of lights according to glTF 2.0 extension KHR_lights_punctual https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual

Since glTF lights are based on PBR they use different attenuation model than conventional lights supported by assimp. It is possible to use attenuation factors in assimp to describe inverse square law fallof. But the light structure does not provide means to save range property. Therefore I resorted to use of metadata. When range parameter is present, I put it into 'PBR_LightRange' metadata of light's node. Please, see comment in glTF2Importer file.
2019-08-03 20:51:00 +02:00
..
3DS Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
3MF code fixes for Hunter-based build 2019-06-13 21:32:37 -07:00
AC Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
AMF Reorg of code. 2019-06-06 14:45:43 +02:00
ASE Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
Assbin Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
Assjson Add unit test of valid and unique Exporter IDs, rename assjson id 2019-07-25 13:38:49 +01:00
Assxml Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
B3D Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
BVH Reorg of code. 2019-06-06 14:45:43 +02:00
Blender rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
C4D Reorg of code. 2019-06-06 14:45:43 +02:00
CApi Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
COB Add unittest for json. 2019-07-12 16:08:51 +02:00
CSM Reorg of code. 2019-06-06 14:45:43 +02:00
Collada Unit: Fix new compiler warnings. 2019-07-19 10:38:44 +02:00
Common Update Exporter.cpp 2019-07-29 09:03:29 +02:00
DXF Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
FBX Merge branch 'master' into fix-multiUV-export 2019-07-28 09:37:00 +02:00
HMP Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
Importer rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
Irr Update IRRLoader.cpp 2019-06-12 10:25:11 +02:00
LWO initial unnamed node uniqueness index outside of loop 2019-06-28 16:12:58 -04:00
LWS Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MD2 Reorg of code. 2019-06-06 14:45:43 +02:00
MD3 Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MD4 Reorg of code. 2019-06-06 14:45:43 +02:00
MD5 Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MDC Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MDL Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MMD rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
MS3D Reorg of code. 2019-06-06 14:45:43 +02:00
Material closes https://github.com/assimp/assimp/issues/2431: use irrXml directly for mingw compiler. 2019-06-12 22:12:38 +02:00
NDO Reorg of code. 2019-06-06 14:45:43 +02:00
NFF Reorg of code. 2019-06-06 14:45:43 +02:00
OFF Reorg of code. 2019-06-06 14:45:43 +02:00
Obj Fix line continuations in OBJ files 2019-07-16 20:37:41 +02:00
Ogre Merge branch 'master' into reorg 2019-06-11 00:22:50 +02:00
OpenGEX code fixes for Hunter-based build 2019-06-13 21:32:37 -07:00
Ply Add configuration of text format precision 2019-06-20 18:11:11 +01:00
PostProcessing Add unittest. 2019-06-24 21:37:53 +02:00
Q3BSP code fixes for Hunter-based build 2019-06-13 21:32:37 -07:00
Q3D Reorg of code. 2019-06-06 14:45:43 +02:00
Raw Reorg of code. 2019-06-06 14:45:43 +02:00
SIB rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
SMD Reorg of code. 2019-06-06 14:45:43 +02:00
STL Fix white ambient in STL loader. 2019-07-25 10:28:09 +02:00
Step Add configuration of text format precision 2019-06-20 18:11:11 +01:00
Terragen Reorg of code. 2019-06-06 14:45:43 +02:00
Unreal Update UnrealLoader.h 2019-07-20 10:10:17 +02:00
X Add configuration of text format precision 2019-06-20 18:11:11 +01:00
X3D rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
XGL Reorg of code. 2019-06-06 14:45:43 +02:00
glTF Merge branch 'master' into reorg 2019-06-11 20:59:46 +02:00
glTF2 glTF 2.0 Lights import 2019-08-03 20:51:00 +02:00
res Fix code files encoding to make them all UTF-8 2019-05-22 10:19:32 +02:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt ASSIMP_BUILD_NO_*_EXPORTER 2019-07-26 22:17:24 +01:00