Pipeline graphique
|
structure utilis�e pour lire un fichier au format PLY Plus de détails...
#include <PlyLoader.h>
Champs de données | |
Coordonn�es du sommet | |
float | x |
float | y |
float | z |
Normale au sommet | |
float | nx |
float | ny |
float | nz |
Couleur au sommet | |
float | r |
float | g |
float | b |
float | c |
Coordonn�es de texture (pas de mod�le disponible) | |
float | u |
float | v |
structure utilis�e pour lire un fichier au format PLY
A noter que cette structure est utilis�e quelque soit le fichier PLY lu. Seuls les champs actuellement pr�sents dans le fichier PLY sont remplis.
Définition à la ligne 13 du fichier PlyLoader.h.
float Ply::POINT_PLY::b |
Définition à la ligne 24 du fichier PlyLoader.h.
float Ply::POINT_PLY::c |
Définition à la ligne 32 du fichier PlyLoader.h.
float Ply::POINT_PLY::g |
Définition à la ligne 24 du fichier PlyLoader.h.
float Ply::POINT_PLY::nx |
Définition à la ligne 20 du fichier PlyLoader.h.
float Ply::POINT_PLY::ny |
Définition à la ligne 20 du fichier PlyLoader.h.
float Ply::POINT_PLY::nz |
Définition à la ligne 20 du fichier PlyLoader.h.
float Ply::POINT_PLY::r |
Définition à la ligne 24 du fichier PlyLoader.h.
float Ply::POINT_PLY::u |
Définition à la ligne 28 du fichier PlyLoader.h.
float Ply::POINT_PLY::v |
Définition à la ligne 28 du fichier PlyLoader.h.
float Ply::POINT_PLY::x |
Définition à la ligne 16 du fichier PlyLoader.h.
float Ply::POINT_PLY::y |
Définition à la ligne 16 du fichier PlyLoader.h.
float Ply::POINT_PLY::z |
Définition à la ligne 16 du fichier PlyLoader.h.