| Anonymous | Login | Signup for a new account | 2013-05-21 02:52 PDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0001118 | LuxRender | Core | public | 2011-07-20 06:38 | 2012-08-21 10:16 | ||||||||
| Reporter | Rom1 | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | 0.8 | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0001118: STL mesh size limit > 16M triangle | ||||||||||||
| Description | When using .stl files in binary format, we can't use files with more than 16M triangles. Would it be a natural limitation of file ? (16M tris is more than 800MB, but less than 2GB, limit of u_int32 index. ) Is it relevant to some standard ? improving the limitation is quite easy, just put another number in line 20 of stlmesh.cpp : #define MAX_STL_FILE_FACES (16*1024*1024) // 16Mb | ||||||||||||
| Steps To Reproduce | I would not upload my 1.4GB stl file. | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Mercurial Changeset # | |||||||||||||
| Requires Documentation Update | No | ||||||||||||
| Requires Exporter Update | |||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0003394) Lord Crc (administrator) 2012-05-12 13:48 |
The code is also limited to a 2GB file it seems. I'm not at all familiar with the STL format but judging from the code, a 2GB file should hold about 44 million triangles. So we could at least bump it up to that. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-07-20 06:38 | Rom1 | New Issue | |
| 2011-08-31 05:17 | jeanphi | Target Version | => 1.0 |
| 2012-05-12 13:48 | Lord Crc | Note Added: 0003394 | |
| 2012-08-21 06:48 | jeanphi | Target Version | 1.0 => 1.1 |
| 2012-08-21 10:16 | jeanphi | Target Version | 1.1 => |
| Copyright © 2000 - 2012 MantisBT Group |