Skip to main content
Question

how to convert a COLLADA with linestrips geometry to polygon geometry?

  • January 27, 2017
  • 1 reply
  • 34 views

Forum|alt.badge.img

Hello everyone!

I have several COLLADA models with linestrips geometry, is there a way to convert them to polygon geometry?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • January 28, 2017

Hi @imantahriri, I'm afraid they couldn't understand what the "linestrip" geometry for COLLADA format is. I think "linestrip" usually means a polygonal line consisting of multiple consecutive line segments (a kind of line geometry), but the COLLADA format only supports surface geometry, doesn't support line.

If you mean triangle strip surface geometry, the GeometryPartExtractor might help you to transform the surfaces into polygons. Can you post a sample data to think of a concrete way?