Kim Kulling
bfb6eb317c
Merge pull request #1160 from NolaDonato/materialindex
...
OBJParser: set material index when changing current material
2017-02-01 18:42:16 +01:00
nola.donato@samsung.com
e28b5422e0
OBJ: check for null mesh before updating material index
...
Sometimes the current mesh is null, should check before updating the material index
Submitted by: Nola Donato nola.donato@samsung.com
2017-01-31 16:40:04 -08:00
Kim Kulling
cbaec4cae8
Merge pull request #1161 from NolaDonato/spacesinfilenames
...
OBJParser: Support spaces in texture file names
2017-01-31 08:40:36 +01:00
nola.donato@samsung.com
fc4243a08f
OBJParser: set material index when changing current material
...
When a new material is parsed from the material library, the name of the current material is set but the old material index remains. This leaves an incorrect material index in the current mesh causing textures to not be associated with the right mesh. This patch updates the material index when changing the material name.
submitted by: Nola Donato nola.donato@samsung.com
2017-01-30 20:32:37 -08:00
nola.donato@samsung.com
df5fc5f68d
OBJParser: Support spaces in texture file names
...
This patch allows embedded spaces in texture filenames found in MTL files. It only affects the OBJ parser.
Submitted by: Nola Donato nola.donato@samsung.com
2017-01-30 20:27:35 -08:00
Kim Kulling
a046268a67
Merge pull request #1159 from assimp/issues-1155
...
closes https://github.com/assimp/assimp/issues/1155 : remove deprecated
2017-01-30 12:52:01 +01:00
Kim Kulling
6cc3bb5024
closes https://github.com/assimp/assimp/issues/1155 : remove deprecated
...
workspaces.
2017-01-30 11:44:51 +01:00
Alexander Gessler
28a78ca460
Merge pull request #1156 from elect86/patch-7
...
Update ColladaParser.cpp
2017-01-28 13:28:47 +01:00
Alexander Gessler
16c50df071
Merge pull request #1154 from Kvalme/master
...
Fix for COLLADA export texture mapping #1084
2017-01-28 13:28:31 +01:00
Alexander Gessler
e2e2d52d47
Merge pull request #1157 from elect86/patch-8
...
Update ColladaParser.cpp
2017-01-28 13:25:58 +01:00
Giuseppe Barbieri
ca47232101
Update ColladaParser.cpp
...
Fixed indent
2017-01-28 11:54:11 +01:00
Giuseppe Barbieri
c3c637be37
Update ColladaParser.cpp
2017-01-28 08:02:02 +01:00
Denis Biryukov
9ca89808a9
Issue#1084 - Fix collada export. Don't duplicate TEXCOORD/NORMALS/COLORS in <vertices> and <polylist>
2017-01-27 14:31:07 +03:00
Denis Biryukov
36e53b75fa
Issue#1084 - Fix collada export. Don't duplicate TEXCOORD/NORMALS/COLORS in <vertices> and <polylist>
2017-01-27 14:29:18 +03:00
Denis Biryukov
d73a64b061
Merge remote-tracking branch 'upstream/master'
2017-01-27 10:57:32 +03:00
Alexander Gessler
3e4a01ab04
Merge pull request #1150 from AntiMoron/master
...
Fix compiler cpp std version
2017-01-26 21:05:06 +01:00
Alexander Gessler
696b6c1e97
Merge pull request #1152 from elect86/patch-6
...
Update ColladaParser.cpp
2017-01-26 21:04:14 +01:00
Giuseppe Barbieri
0434f5a5ff
Update ColladaParser.cpp
2017-01-26 17:29:31 +01:00
Giuseppe Barbieri
85e2788e50
Update ColladaParser.cpp
2017-01-26 17:28:39 +01:00
AntiMoron
81741628a8
Fix cpp std version at least c++11
...
There's list loop enumeration and incompatible template codes which may cause compile errors due to different compilers.
2017-01-25 15:38:20 +08:00
Kim Kulling
0414b9c69d
Merge pull request #1147 from elect86/patch-5
...
Update PlyLoader.cpp, typo
2017-01-20 21:15:14 +01:00
Giuseppe Barbieri
3323d42ad6
Update PlyLoader.cpp
2017-01-20 19:30:36 +01:00
Alexander Gessler
8748c6f4b6
Merge pull request #1146 from elect86/patch-4
...
Update PlyLoader.cpp
2017-01-20 00:08:06 +01:00
Giuseppe Barbieri
821e9fb0b8
Update PlyLoader.cpp
2017-01-19 22:43:38 +01:00
Kim Kulling
57975cb007
Merge pull request #1145 from elect86/patch-3
...
typo
2017-01-19 18:54:06 +01:00
Kim Kulling
82b1769759
Fix new call.
2017-01-19 13:38:06 +01:00
Kim Kulling
35b95ba710
API: Fix build
2017-01-19 11:41:43 +01:00
Kim Kulling
ebd04041ab
Merge branch 'master' of https://github.com/assimp/assimp
2017-01-19 11:19:02 +01:00
Kim Kulling
f121e2eb66
Fixes https://github.com/assimp/assimp/issues/1143 : fix build.
2017-01-19 11:18:33 +01:00
Giuseppe Barbieri
11e1901922
typo
2017-01-18 21:56:33 +01:00
Kim Kulling
45eb13719e
fixes https://github.com/assimp/assimp/issues/1141 : fix typo.
2017-01-17 22:05:45 +01:00
Kim Kulling
afe0675e09
Merge pull request #1140 from elect86/patch-2
...
Update PlyLoader.cpp
2017-01-17 21:57:46 +01:00
Kim Kulling
9736003af0
Build: fix cmake warning: inconsistent name for if-endif.
2017-01-17 16:21:16 +01:00
Giuseppe Barbieri
54757a47a8
Update PlyLoader.cpp
...
Sorry, I was wrong
2017-01-16 21:09:38 +01:00
Giuseppe Barbieri
f14e433dd9
Update PlyLoader.cpp
...
Typo
2017-01-16 21:06:05 +01:00
Giuseppe Barbieri
f438652df8
Update PlyLoader.cpp
2017-01-16 21:04:24 +01:00
Giuseppe Barbieri
342824303c
Update PlyLoader.cpp
2017-01-16 21:01:49 +01:00
Kim Kulling
ce14a05280
unittest: reenable LWO import test.
2017-01-16 20:23:37 +01:00
Kim Kulling
f16387e5a7
Merge pull request #1135 from hblasins/objExtension
...
Added support for parameters Ni and Tf in OBJ/MTL file format.
2017-01-16 20:22:41 +01:00
Kim Kulling
06ca0e094b
GenBlenderDNA: use common formatting.
2017-01-16 20:21:11 +01:00
Kim Kulling
2e0db8cfd5
Merge branch 'master' of https://github.com/assimp/assimp
2017-01-15 18:29:49 +01:00
Kim Kulling
c6cceef867
Scene: add method to add children.
2017-01-15 17:37:45 +01:00
Alexander Gessler
6ce590763b
Merge pull request #1138 from waldyrious/patch-1
...
use SVG in Travis badge
2017-01-14 21:05:26 +01:00
Waldir Pimenta
f6a5bc601a
use SVG in Travis badge
...
this improves the sharpness of the resulting image to match the quality of the other badges.
2017-01-14 16:46:21 +00:00
Kim Kulling
2c1830ce2f
Merge pull request #1134 from anttimaa/morphanimcollada
...
Morph animation support for collada
2017-01-14 10:35:06 +01:00
Kim Kulling
09dcdc4b32
Merge pull request #1137 from simon-heinen/patch-1
...
Update Readme.md
2017-01-14 09:27:21 +01:00
Simon Heinen
eebe457960
Update Readme.md
...
I would suggest to add https://github.com/makc/assimp2json to the ports of Assimp, also to drive contribution & attention to it since it would be really valuable to have it working in JS.
2017-01-14 07:28:52 +01:00
Henryk Blasinski
17cae8ac5a
Added support for parameters Ni and Tf in OBJ/MTL file format.
2017-01-12 17:11:17 -08:00
Kim Kulling
4d8c1bb54c
unittest: add missing file to fix the build.
2017-01-12 21:41:19 +01:00
Kim Kulling
69052812f5
unit: add format import test for lws-format.
2017-01-12 20:17:35 +01:00