Vertexwahn
|
3013b6b62f
|
Added missing DLL suffix for VS2015 build.
|
2015-12-09 21:58:29 +01:00 |
Otger
|
ffdcc78d91
|
Merge
|
2015-12-02 21:06:22 +01:00 |
Kim Kulling
|
f896c3329a
|
Build: remove deprecated third party lib from cmake
|
2015-11-30 12:52:49 +01:00 |
Otger
|
166ff63af9
|
Updated CMAKE - removed removed package inclusion
|
2015-11-29 21:20:31 +01:00 |
Otger
|
4f757cdf5a
|
Implemented basic glTF exporter and improved the importer (plus some code refactor)
|
2015-11-29 19:13:51 +01:00 |
Otger
|
b307ec643d
|
Created exporter class and fixed a few bugs
|
2015-11-27 01:16:48 +01:00 |
Otger
|
148a20a703
|
Experimental support for glTF
|
2015-11-26 02:36:22 +01:00 |
Kim Kulling
|
db8845d2b2
|
glTF: add jsn reader + example model to work on.
|
2015-11-25 22:03:39 +01:00 |
Danke Xie
|
57d7085fb8
|
Fix AndroidJNI header path in CMakelists.txt
|
2015-11-15 22:53:11 -08:00 |
Kim Kulling
|
4a8b459706
|
OpenDDLParser: latest greatest.
|
2015-10-01 20:29:15 +02:00 |
Kim Kulling
|
4619625b84
|
OpenGEX: add class for exporter.
|
2015-07-01 20:43:37 +02:00 |
Richard
|
e4b0c27a2e
|
Refactor: Strip trailing whitespace
|
2015-06-28 16:09:18 -06:00 |
Richard
|
1d96486437
|
Refactored: Reformat CMake files to conform to editor config
|
2015-06-28 15:50:57 -06:00 |
Kim Kulling
|
6249a1c06f
|
CMake: add comment for openddl-parser configuration.
|
2015-06-23 21:28:13 +02:00 |
abma
|
b4f5c57b3e
|
allow to compile only enabled loaders
|
2015-05-06 23:15:15 +02:00 |
Madrich
|
71ae322e7b
|
Merge pull request #5 from assimp/master
Update Fork
|
2015-05-01 23:01:33 +02:00 |
Madrich
|
ca8a3909be
|
Add StepExporter.cpp(stp) Export
Fix XFile
|
2015-05-01 21:40:51 +02:00 |
Highlife1911
|
4acb1d4c92
|
Removed FORCE attribute from CMake variable LIBRARY_SUFFIX
|
2015-05-01 14:13:28 +02:00 |
U-ORADEV\albihern
|
7043551068
|
Modifying files to let assimp build under cygwin.
|
2015-04-20 17:36:47 -05:00 |
abma
|
8c45a4dc3b
|
Merge remote-tracking branch 'origin'
Conflicts:
code/C4DImporter.cpp
code/OgreImporter.h
|
2015-04-16 01:03:00 +02:00 |
abma
|
bf4913b5c9
|
remove AssimpPCH.h: fixes #534
|
2015-04-16 01:00:17 +02:00 |
Kim Kulling
|
12efa14777
|
add openddl_parser directly to assimp.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-03-19 11:37:58 +01:00 |
Kim Kulling
|
2717d51f7e
|
Merge remote-tracking branch 'origin/master' into opengex_support
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
Conflicts:
code/ParsingUtils.h
|
2015-03-17 14:26:39 +01:00 |
ulf
|
b71ded1ad0
|
- manually merged C4D importer code from acgessler branch
- manually merged IFC bugfixes and improvements from schrompf branch
|
2015-02-23 14:23:28 +01:00 |
OgreTransporter
|
4e8f7fb802
|
Fix Visual Studio prefixes
|
2015-02-08 12:26:29 +01:00 |
Kim Kulling
|
20b3ce6a40
|
replace opengexparser by using openddl-parser.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-02-07 12:47:53 +01:00 |
Kim Kulling
|
063b2733fc
|
Merge branch 'master' into opengex_support
|
2015-01-31 11:09:20 +01:00 |
Kim Kulling
|
1ee4c06e4b
|
add openddl-parser to contrib.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2015-01-31 11:07:48 +01:00 |
Ricardo Ortiz
|
a94e668486
|
Define CMAKE_DEBUG_POSTFIX and use it instead of ASSIMP_DEBUG_PREFIX
to have a consistent library name accross platforms.
|
2015-01-23 14:19:29 -05:00 |
Kim Kulling
|
f84589fec4
|
Merge branch 'master' into opengex_support
|
2014-10-24 15:24:32 +02:00 |
Filip Wasil
|
88f6e8213b
|
Android JNI asset extraction support (API 9+)
- installation fixes
Signed-off-by: Filip Wasil <filip.wasil@tieto.com>
|
2014-10-07 17:05:14 +02:00 |
Filip Wasil
|
7224476ee1
|
Android JNI asset extraction support (API 9+)
Signed-off-by: Filip Wasil <filip.wasil@tieto.com>
|
2014-10-07 16:33:43 +02:00 |
Kim Kulling
|
ed9a466c30
|
update:
- add OpenGEX parser sceleton
- add base datatypes for OpenGEX support.
|
2014-09-04 19:41:14 +02:00 |
Gargaj
|
2e9195819a
|
start assxml exporter basics
|
2014-08-28 15:17:53 +02:00 |
Kim Kulling
|
8126dce94d
|
update: add sceleton for OpenGEX importer.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
|
2014-08-27 23:00:19 +02:00 |
acgessler
|
33ffb0003e
|
Collada Export: escape user-defined strings in XML output.
|
2014-08-23 15:42:47 -07:00 |
abma
|
aafc8d5f3f
|
CMake: changed cached bools into "option"
|
2014-08-17 23:10:06 +02:00 |
Gargaj
|
ac5c1f9df1
|
add to cmake
|
2014-08-06 13:27:09 +02:00 |
Gargaj
|
3d5e1b5cbc
|
add basic framework (files, etc)
|
2014-08-05 20:54:38 +02:00 |
Alexander Gessler
|
6fde07f7e5
|
Initial implementation of 3DS Exporter. Hierarchy exporting and smoothing groups missing.
|
2014-07-23 18:27:22 +02:00 |
Madrich
|
ec2ce90654
|
Add Scene Author + AuthorTool
Add XFileExporter
Add Collada Triangle+Line export
Fix Obj Comment
|
2014-06-06 01:56:54 +02:00 |
Jonne Nauha
|
fe87b09246
|
Move pstdint.h for <= VC9 under include. Apps that include the Assimp headers need to have this available, as its pulled in by metadata.h. Fixes #290.
|
2014-05-30 01:57:21 +03:00 |
Jonne Nauha
|
0b937c5a4b
|
OgreImporter: Proper rewrite of the XML parser to OgreXmlSerializer. Now more robust for XML sources, previously had hardcoded expectations on the child node ordering. Implement common Skeleton class for both binary and xml serialization. Implement shared IVertexData with proper bone assignment to Assimp bone weights functionality.
|
2014-05-20 04:52:53 +03:00 |
Jonne Nauha
|
4b16b182be
|
OgreImporter: Implement Ogre binary mesh support (.mesh). All Ogre3D SDK media samples tested to work. Assimp repo does not yet have binary versions of Ogre meshes.
|
2014-05-18 11:57:44 +03:00 |
Kim Kulling
|
f6925db3d8
|
update: add cmake_mimimum_required statement to each cmake file
for consistency
|
2014-05-10 10:31:42 +02:00 |
Jonne Nauha
|
fcb97bb595
|
OgreImporter: Rename .hpp to .h. Shuffled parsing utils to a single file.
|
2014-05-02 00:28:12 +03:00 |
Léo Terziman
|
7c3a039349
|
Merge remote-tracking branch 'official/master' into contrib
Conflicts:
include/assimp/matrix4x4.inl
include/assimp/vector2.h
include/assimp/vector3.h
|
2014-04-22 14:32:59 +02:00 |
xantares
|
0e62405406
|
use standard BUILD_SHARED_LIB option. Install dll to <prefix>/bin (mingw)
|
2014-04-21 21:36:33 +02:00 |
Léo Terziman
|
8fad549649
|
Merge remote-tracking branch 'official/master' into contrib
|
2014-03-10 17:21:26 +01:00 |
Léo Terziman
|
29e3b82238
|
Fixed some header files in CMakeLists
|
2014-03-10 17:20:14 +01:00 |