|
@@ -202,7 +202,7 @@ private:
|
|
|
LNormald _normal;
|
|
LNormald _normal;
|
|
|
size_t _vertex;
|
|
size_t _vertex;
|
|
|
};
|
|
};
|
|
|
- typedef epvector<NVertexReference> NVertexGroup;
|
|
|
|
|
|
|
+ typedef pvector<NVertexReference> NVertexGroup;
|
|
|
typedef pmap<LVertexd, NVertexGroup> NVertexCollection;
|
|
typedef pmap<LVertexd, NVertexGroup> NVertexCollection;
|
|
|
|
|
|
|
|
void r_collect_vertex_normals(NVertexCollection &collection,
|
|
void r_collect_vertex_normals(NVertexCollection &collection,
|
|
@@ -226,7 +226,7 @@ private:
|
|
|
LTexCoordd _uv;
|
|
LTexCoordd _uv;
|
|
|
bool _facing;
|
|
bool _facing;
|
|
|
};
|
|
};
|
|
|
- typedef epvector<TBNVertexReference> TBNVertexGroup;
|
|
|
|
|
|
|
+ typedef pvector<TBNVertexReference> TBNVertexGroup;
|
|
|
typedef pmap<TBNVertexValue, TBNVertexGroup> TBNVertexCollection;
|
|
typedef pmap<TBNVertexValue, TBNVertexGroup> TBNVertexCollection;
|
|
|
|
|
|
|
|
void r_collect_tangent_binormal(const GlobPattern &uv_name,
|
|
void r_collect_tangent_binormal(const GlobPattern &uv_name,
|