-
Dear John and Orest(if you are here),
you wrote:
"This would require first working through the massive PRC specification, filling in the missing or ambiguous parts of the documentation, ..."
while I am (slowly) threading this route (there are also plain wrong parts of documentation, just to make out lives more interesting,
like that of medieval alchemy students) I have to use (and modify)
2009-11-08 17:40:44 UTC in Asymptote
-
Dear All,
as far as I understand, now Asymptote represents triangle meshes in 3D PDF output as a special kind of NURBS surfaces.
But there are ways to store tessellated data natively in PRC,
that must be much more efficient than the current approach
(file size and viewer CPU usage considered) and will allow to attach color not to patches, but to vertexes, resulting in smooth color change.
2009-10-28 08:47:48 UTC in Asymptote
-
If you are interested in recompiling the software,
you may take a look at http://www.iaas.msu.ru/tmp/u3d/u3d-1.2.852.tar.gz
I have replaced the custom build system in Intel sources with
autotools (tested on Linux and Mac) and cmake (Windows, Linux, Mac).
Comments welcome.
2009-10-09 06:13:35 UTC in Universal 3D Sample Software
-
Any plans to have named parts in foreseeable future?.
2009-08-20 08:54:01 UTC in Asymptote
-
You should use macports and let it care about package management! ;)
2009-07-20 17:27:53 UTC in Asymptote
-
PRC supports polynomial curves:
http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/API_References/PRCReference/PRC_Format_Specification/group___tfg_math_polynom1d_____serialize2.html
There are several types of surfaces defined by curves...
2009-07-20 17:25:54 UTC in Asymptote
-
Dear Jonathan,
Again - please, put the (complete!) IDTF output (may be both 1.2.1 and 1.2.0) online,
so I may try to see where the problem is (if it is converter issue).
U3D produced by Deep Exploration is also welcome.
If possible, produce a test case with less details.
Dear Paolo,
as of now diffuse colors disable lighting and shading in Adobe Reader/Acrobat,
so there is no reason...
2009-07-09 14:45:30 UTC in MeshLab
-
> it believed the IDTF had only one node
it seems to be a "feature" of MeshLab, all the examples of its u3d
output posted in this forum have 1 single mesh to hold all the scene,
and, btw, your x3d output example also has everything in one mesh.
So it is "broken by design".
Any developers here to comment?.
2009-07-09 04:03:12 UTC in MeshLab
-
I do not use MeshLab myself, but may be you can find the IDTFConverter program
MeshLab uses and replace it with a script that first saves the idtf file and then feeds it
to renamed IDTFConverter.
And the file is HUGE, it seems to be > 110Mb and will take a long time to convert to U3D,
may lead to converter crash and poor performance of the Acrobat/Reader 3D viewer.
Do you really...
2009-07-08 18:15:35 UTC in MeshLab
-
When producing U3D MeshLab firts outputs a file in a text format (IDTF),
then compiles it into binary U3D with external IDTFConverter utility.
Please, take a look at the IDTF file with your own eyes and/or put it online
for others to inspect and see what information got out of MeshLab.
2009-07-08 03:49:18 UTC in MeshLab