mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 14:39:21 -05:00
introduce Mesh class with subgroup context
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user