Gargaj
|
d333e08343
add ambient light type, allow collada to load it
|
11 anni fa |
Gregory Jaegy
|
16ae05eeeb
obj loader: added multiline support
|
11 anni fa |
Sherief Farouk
|
d23430c4bd
Collada mesh name is copied from id only if there was no name attribute in the <geometry> node.
|
12 anni fa |
Sherief Farouk
|
57e34cc90a
Added loading of mesh name from Collada mesh to aiMesh struct.
|
12 anni fa |
YoheiKakiuchi
|
5470f5fb28
add AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION for not transforming position of vertices
|
12 anni fa |
Andy Maloney
|
a03cb84d0c
{COLLADA} Add detail to some errors/warnings & prefer '<>' for elements for readability
|
12 anni fa |
Matt Lilley
|
d411cbfbf4
Make use of unit tag in asset info to scale the whole model
|
12 anni fa |
ulf
|
368092174b
Merge branch 'master' of https://github.com/assimp/assimp
|
12 anni fa |
ulf
|
1cfd3b93fe
- Bugfix: Collada URL parser now does read 2 digits of a %xy char only, as the spec says.
|
12 anni fa |
Alexander Gessler
|
b4f666083a
- collada: avoid unsafe float comparison against a magic number.
|
12 anni fa |
Alexander Gessler
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
12 anni fa |
Alexander Gessler
|
bae9db2f03
Merge branch 'master' of git://github.com/assimp/assimp
|
12 anni fa |
ulfjorensen
|
62b0284100
- applied patch by peteredc to make the Collada loader write mesh names
|
13 anni fa |
Alexander Gessler
|
30422fa683
- fix confusion between ASSIMP_BUILD_NO_COLLADA_IMPORTER and ASSIMP_BUILD_NO_DAE_IMPORTER (in favour of the first).
|
13 anni fa |
Alexander Gessler
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 anni fa |
ulfjorensen
|
6d2857ed4a
Bugfix: collada loader now preserves empty data arrays to work around stupid exporters writing empty animation channels
|
13 anni fa |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 anni fa |
ulfjorensen
|
5975f3eff2
- Bugfix: fixed Collada parser to accept empty data elements again
|
13 anni fa |
kimmi
|
6caf98d945
Bugfix : Changed ColladaParser to be non-const in ColladaLoader::BuildMaterials. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 anni fa |
kimmi
|
d17071746d
Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 anni fa |
aramis_acg
|
25fbc9989c
# fix VS10 Debug Runtime check Failure due to data loss on type conversion.
|
13 anni fa |
ulfjorensen
|
f633437d88
- Bugfix: Collada loader writes "zero transparency" to material now
|
13 anni fa |
ulfjorensen
|
6970307b4e
- Collada Exporter id naming scheme once again revised to exclude any potential invalid chars
|
13 anni fa |
aramis_acg
|
06bfcbf22d
# [3191607] ColladaLoader error: attempt to copy-construct an iterator from a singular (see https://sourceforge.net/tracker/?func=detail&aid=3191607&group_id=226462&atid=1067632)
|
13 anni fa |
aramis_acg
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 anni fa |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 anni fa |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 anni fa |
ulfjorensen
|
a73397198c
- Bugfix #3457587: correct decomposition of matrices with negative scaling. Thanks to anonymous google account user for the fix.
|
13 anni fa |
ulfjorensen
|
487071be77
Bugfix: FCollada's special texture tag "bump" now maps to aiTEXTURE_NORMAL. Thanks to agent8261 for the hint
|
14 anni fa |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 anni fa |