Adi Shavit @ MacBookPro
|
f119447549
|
Fixes compilation on OSX with gcc.
- The symbol `typeof` collides with a non-standard gcc "keyword". See https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
- Renamed to `type_of`.
|
2016-07-25 16:33:25 +03:00 |
Chris Russ
|
a7894b090d
|
Upgrading PLY exporter to allow element definition as double
|
2016-07-16 18:23:33 +10:00 |
Chris Russ
|
5adb0e899c
|
CMake Option and moving more functions to optional double support
|
2016-07-16 18:23:33 +10:00 |
Chris Russ
|
a5b3ce9a3c
|
reverting back to 16 digit precision export
having to import 17 digit floats likely leads to issues in many other apps
|
2016-07-06 15:33:51 +10:00 |
Chris Russ
|
10f22779f4
|
setting default export precision to 17 for all exporters
|
2016-07-06 14:49:14 +10:00 |
Kim Kulling
|
7207e5117c
|
Use new include bracktes.
|
2016-06-06 22:04:29 +02:00 |
mpersano
|
473d2ca052
|
Fix texture coords exporting on binary PLY files
|
2016-04-22 16:09:45 -03:00 |
mensinda
|
5dacda0a08
|
replaced boost smart pointers with c++11 smart pointers
|
2016-04-05 23:23:53 +02:00 |
Kim Kulling
|
8c13c8a558
|
PLYExporter: forbit copying + add empty destructor.
|
2016-01-14 20:44:09 +01:00 |
Kim Kulling
|
1191d03405
|
Update license info.
|
2016-01-01 21:07:24 +01:00 |
Andreas Henne
|
bcf3f985fb
|
Fixed spelling error.
|
2015-08-13 13:22:21 +02:00 |
Andreas Henne
|
fb9e4d1266
|
Ply export now uses uchar as type for the number of vertices per polygon and int as vertex index type.
|
2015-08-06 13:30:49 +02:00 |
Richard
|
83de707587
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:04:15 -06:00 |
Richard
|
a96a595a7a
|
Refactor: Trim trailing whitespace
|
2015-06-28 16:01:32 -06:00 |
Richard
|
4c1a0507fe
|
Refactor: Line endings are LF, not CRLF
|
2015-06-28 15:59:33 -06:00 |
Kim Kulling
|
2bfc353fde
|
License info: update year info.
|
2015-06-28 21:48:25 +02:00 |
Richard
|
79c916daf4
|
Refactor: Remove unused variable
|
2015-05-17 20:05:05 -06:00 |
David Jordan
|
b38572d1bc
|
std::fabs from cmath should be right
|
2015-04-17 23:50:14 -04:00 |
David Jordan
|
b575acf2b6
|
std::absf to std::fabsf
|
2015-04-17 23:38:54 -04:00 |
David Jordan
|
e86d40e4e2
|
Added infinity check for outputting PLY normals
|
2015-04-17 23:29:26 -04:00 |
David Jordan
|
f00101f496
|
Added include of qnan.h (now that AssimpPCH.h include was taken out)
|
2015-04-16 21:30:50 -04:00 |
David Jordan
|
3545d805d2
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2015-04-16 20:40:16 -04:00 |
David Jordan
|
fa626aa855
|
Added NaN check when outputting normals in PLY exporter, to avoid outputting '-1.#IND'
|
2015-04-16 18:01:24 -04:00 |
abma
|
611778045d
|
fix for upstream changes
|
2015-04-16 02:55:41 +02: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 |
Madrich
|
8b1b12682f
|
Add ExportProperties
|
2015-03-14 14:03:14 +01:00 |
Andreas Henne
|
ab7754ab2a
|
Code style changes.
|
2014-12-11 23:05:09 +01:00 |
Andreas Henne
|
33f9745b62
|
Formatting changes.
|
2014-12-05 19:40:09 +01:00 |
Andreas Henne
|
4550279629
|
Added binary ply exporter.
|
2014-12-05 17:25:18 +01:00 |
acgessler
|
325ef632cf
|
PlyExporter: fix export format for compatibility with Blender and MeshLab (and the PLY spec). Fixes #122
|
2013-10-01 17:56:00 +02:00 |
Alexander Gessler
|
34d2bdd178
|
Exporters: raise errors if output files cannot be opened.
|
2013-06-25 14:09:28 +02:00 |
aramis_acg
|
08fe2e7d20
|
+ add Ply exporter.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1169 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
|
2012-02-16 02:11:29 +00:00 |