[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to make a 3D surface
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: how to make a 3D surface |
Date: |
Wed, 27 Mar 2013 10:08:39 -0400 |
On 27 March 2013 02:50, thrmathe <address@hidden> wrote:
> I need some help, the question is this, I have generated an output file in C
> with three components
>
> e.g.
>
> 0.2114324 0.2222393 0.34434434
> 0.2114325 0.2222394 0.34767456
> ............... .............. . .....................
> ............... ................ ......................
> .................. .................. ......................
> Want to make a surface where the first component is X, the second
> component is Y, and the third component is Z.
Your question is difficult in general. Getting a "good" surface from a
point cloud isn't trivial. Without further context with which to give
you a better answer, look at "demo trisurf" for a possible method
using a Delaunay triangulation.
HTH,
- Jordi G. H.