|
|
|
@ -41,6 +41,8 @@ struct SubdivideTest: TestSuite::Tester { |
|
|
|
template<class T> void subdivideInPlace(); |
|
|
|
template<class T> void subdivideInPlace(); |
|
|
|
void subdivideInPlaceWrongIndexCount(); |
|
|
|
void subdivideInPlaceWrongIndexCount(); |
|
|
|
void subdivideInPlaceSmallIndexType(); |
|
|
|
void subdivideInPlaceSmallIndexType(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* this is additionally regression-tested in PrimitivesIcosphereTest */ |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
typedef Math::Vector<1, Int> Vector1; |
|
|
|
typedef Math::Vector<1, Int> Vector1; |
|
|
|
|