introduce Mesh class with subgroup context

This commit is contained in:
David Allemang
2020-10-13 22:44:46 -04:00
committed by David Allemang
parent 6ff09dc375
commit 9ce626ee64
5 changed files with 183 additions and 155 deletions

View File

@@ -18,9 +18,9 @@ mat5 wander(float time) {
r *= rot<5>(1, 2, time * .13f);
r *= rot<5>(0, 1, time * .20f);
r *= rot<5>(0, 3, time * .17f);
r *= rot<5>(1, 3, time * .25f);
r *= rot<5>(2, 3, time * .12f);
// r *= rot<5>(0, 3, time * .17f);
// r *= rot<5>(1, 3, time * .25f);
// r *= rot<5>(2, 3, time * .12f);
// r *= rot<5>(1, 4, time * .27f);
@@ -66,7 +66,7 @@ public:
std::cout << utilInfo();
std::vector<int> symbol = {3, 4, 3, 2};
std::vector<int> symbol = {5, 3, 2, 2};
root << .80, .02, .02, .02, .02;
auto group = tc::schlafli(symbol);