mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Appease gcc warning about multi-line comments.
This commit is contained in:
parent
ff8b1c4148
commit
b2c77f234c
@ -298,7 +298,7 @@ Scheme<SCHEME_LOOP>::assignSmoothLimitMask(VERTEX const& vertex, MASK& posMask)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
/*
|
||||||
// Limit masks for tangents:
|
// Limit masks for tangents:
|
||||||
//
|
//
|
||||||
// A note on tangent magnitudes:
|
// A note on tangent magnitudes:
|
||||||
@ -364,7 +364,7 @@ Scheme<SCHEME_LOOP>::assignSmoothLimitMask(VERTEX const& vertex, MASK& posMask)
|
|||||||
//
|
//
|
||||||
// The end result of these adjustments should be a set of limit tangents that are
|
// The end result of these adjustments should be a set of limit tangents that are
|
||||||
// of similar magnitude over a regular mesh including boundaries and corners.
|
// of similar magnitude over a regular mesh including boundaries and corners.
|
||||||
//
|
*/
|
||||||
template <>
|
template <>
|
||||||
template <typename VERTEX, typename MASK>
|
template <typename VERTEX, typename MASK>
|
||||||
inline void
|
inline void
|
||||||
|
Loading…
Reference in New Issue
Block a user