Merge remote-tracking branch 'remotes/origin/master'
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
||||
|
||||
/// Update normal for halfedge _heh
|
||||
void update_normal(HalfedgeHandle _heh, const double _feature_angle = 0.8)
|
||||
{ this->set_normal(_heh, calc_halfedge_normal(_heh)); }
|
||||
{ this->set_normal(_heh, calc_halfedge_normal(_heh,_feature_angle)); }
|
||||
|
||||
/** \brief Update normal vectors for all halfedges.
|
||||
*
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define OM_VERSION 0x50000
|
||||
#define OM_VERSION 0x50100
|
||||
//#define OM_VERSION 0x40200
|
||||
|
||||
// only defined, if it is a beta version
|
||||
|
||||
@@ -91,7 +91,7 @@ inline void vector_cast( const src_t &_src, dst_t &_dst, GenProg::Int2Type<n> )
|
||||
}
|
||||
|
||||
template <typename src_t, typename dst_t>
|
||||
inline void vector_cast( const src_t &_src, dst_t &_dst, GenProg::Int2Type<0> )
|
||||
inline void vector_cast( const src_t & /*_src*/, dst_t & /*_dst*/, GenProg::Int2Type<0> )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ inline void vector_copy( const src_t &_src, dst_t &_dst, GenProg::Int2Type<n> )
|
||||
}
|
||||
|
||||
template <typename src_t, typename dst_t>
|
||||
inline void vector_copy( const src_t &_src, dst_t &_dst, GenProg::Int2Type<0> )
|
||||
inline void vector_copy( const src_t & /*_src*/, dst_t & /*_dst*/ , GenProg::Int2Type<0> )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user