Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] generate mesh from a gray image

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] generate mesh from a gray image


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] generate mesh from a gray image
  • Date: Tue, 2 Jun 2009 16:41:40 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Ik/t2OOuqDGkHxkfaOxZap6KKFApRZdzFaWVlKy4ORt85DQx/7AHGUyoLQJLj1/9Gc UKpHsVSP9whHQzMeSf7xWjHFEzNeSN42FmYXfYb9is1kbwcAARaRv+dQBHNe702lWhlx HmSeQyFZURT3nhWZdOmsN3F3S0d+TVDWqsT/Q=

On Sun, May 31, 2009 at 10:58, Bo Schwarzstein
<>
wrote:
>
> And what's the mean of "number_of_facets" and "number_of_finite_facets", how
> should I import this mesh to OpenGL with proper index array ?

For most conventional display, you should be using only the
finite_facets for showing it using OpenGL. The facets includes those
connected to one or more infinite vertices.

~ash



Archive powered by MHonArc 2.6.16.

Top of Page