Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Exporting PLY file with Color Information using Polyhedron_3 in CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] Exporting PLY file with Color Information using Polyhedron_3 in CGAL


Chronological Thread 
  • From: Anisa-Aisha <>
  • To:
  • Subject: [cgal-discuss] Exporting PLY file with Color Information using Polyhedron_3 in CGAL
  • Date: Tue, 9 Feb 2021 14:14:54 -0600 (CST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:aAVFMBXwyQQ9cJGgTx/aFBvUzn3V8LGtZVwlr6E/grcLSJyIuqrYbRSDt8tkgFKBZ4jH8fUM07OQ7/mxHzFdqs/b6TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrqQjdrMkbjIttJqos1BfFv2ZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhJxw4DafoKbOudxcazBct0XXnZBU8RNWyBdHo+wc5UDAuwcNuhYtYn9oF4OoAOiCAmqBePv0SVHimbq0K07yOQhERvJ1xEnEt0UtnTUrc71O70IXuC016nIzS/MY+lM1jf884jIcgoureuWUrJwdMre11QgGx3Hg1iLpozlOima1uUJs2SB8+VgUuevhnchpgpsrTeh2t0ihZPVhoIJ1F/E7yN5zZ4xKNC8VUN2f8OoHZ9RuiyEN4Z4TcAvTW90tSs6ybALt561cSsExpooyRPTdvKJf5WG7B7/VOucJSl1iWx4dby/gRu57Eauyur5Vsau0VZKqDJIksHNtn8TzRzT7dKLReZj8Ue/wTqP0Rrc5fpfLkAwi6XXMYIuwrk1lpcVrE/NHTf2lV3rgKKSckgo4Oal5uf9brjlp5KQLY55hwD4P68zgMKwG/44PRILX2WD+eSzyrnj/UrhTbVMgfA6iK/Zv4rBKssAoq62HRVZ3Zok6xa6Fzum0dIYkmcbLF9dZR6Ki4zkN0vALf37F/uygFWhnC1qyv3HJrHhB4/CLnnHkLfvZ7Z97EtcxRIpwtBZ5pJUEasOL+jyWk/qtNzXFAU1PBa1w+b8CNVyzJkSVniPAq+cLqzdrEGE6+A0LumDYY8aojf9K/w/6/Hyin85nEcRfbO10psPdHC4AvNmLl2FbnrjmNgBFX4GsRc/TOzxlFKCTCVTZ22pUqIn5jA7DZqmAp3ZSoCshryBxia7EYdMamBIEFDfWUvvIo6LUvNJZCOJKdJ6iRQFU6KgQskvz0KArgj/npNhL/HdvwQZrpLqnIx84ezInBgz7jx9Sc2cyGGECWh0m24EHWAe06V2oEg7wVCGh/sry8dEHMBesqsaGjwxMoTRmrQjVoLCHznZd9LMc26IB9WrBTZoE4A3n5kIakx3H9jkhRfGjXPzX+0l0oeTDZlxyZrymmDrLp8kmXnD3aglyVIhR5kXbDz0tutE7wHWQrXxvQCcnqeue74b2XeUpmiGxGuK+kpfVVwrXA==

Hello,

I am a beginner in CGAL, and have been trying to export a PLY file with
color information in CGAL. However, even though the colors are written in
file, they are not displayed when I try to visualize it using Blender. I am
using a Polyhedron_3 structure, and then using iterators to write to PLY
file like it is done here (
https://piero.dev/2017/04/how-to-write-a-cgal-polyhedron-to-ply-or-any-other-format/
<https://piero.dev/2017/04/how-to-write-a-cgal-polyhedron-to-ply-or-any-other-format/>

), with addition of color property. Could anyone guide me on how to export
PLY files in CGAL using Polyhedron_3 with color information?
Thank you.



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.19+.

Top of Page