12 #include "ShellImporter.h" 17 ShellImporter3DF(SegmentOrganizer& SegmentOrganizer, TextureWriter& textureWriter, InheritanceManager& inheritanceManager);
23 virtual bool InsertShell(SegmentKey & segment,
const std::vector<SUPoint3Df>& points,
24 const std::vector<int>& faces,
const std::vector<SUVector3Df>& normalVectors,
25 const std::vector<float>& vertexParameters,
bool isVisible =
true);
28 static const std::size_t s_numParametersPerVertex = 3;
Definition: ShellImporter3DF.h:14