Commit Graph

28 Commits

Author SHA1 Message Date
David Allemang
92a55f8c74 ENH: Simplify solving logic
This is a combination of multiple WIP commits:

- Semantic group names - G, H
- Simplify fan<>()
- Template int deduction
- Remove _recontext_gens
- Move g_gens logic into caller
- Move subgroup logic into caller
- Move recontext logic into coller
- Move _generators, _recontext_gens to anonymous namespace
- Simplify hull, tile
2023-02-10 13:20:21 -05:00
David Allemang
3fe8cc8d16 ENH: Use Eigen array for mesh indices
WIP: Rename "Prims" to "Indices"

WIP: Use Eigen array for mesh indices

WIP: Remvoe Primitive::apply
2023-02-06 13:49:59 -05:00
David Allemang
b5832224bb ENH: Replace std::array<float, N> with Eigen 2023-01-27 22:43:16 -05:00
David Allemang
fff18e481f OPT: Clean up extraneous recontext logic 2023-01-27 08:36:56 -05:00
David Allemang
486977f444 OPT: Remove not-working parity logic for culling 2023-01-26 16:19:36 -05:00
David Allemang
6ef6fbf4ac COMP: Replace toddcox-faster by reimplemented toddcox 2023-01-26 15:28:05 -05:00
350ee5652f move scene info to renderer 2020-05-22 20:37:16 -04:00
33501650b2 load wireframes from files 2020-03-18 17:29:12 -04:00
2c2b6ef96b random holes 2020-03-11 20:11:03 -04:00
9120b385c4 remove old "Mesh" class 2020-03-10 22:45:58 -04:00
edfe8947a6 tweaking program pipeline construction 2020-03-09 01:06:42 -04:00
e069088437 add some notes and static assertions about template sizes 2020-01-30 19:14:59 -05:00
b5a868c424 remove old code and add docstrings 2020-01-30 19:06:38 -05:00
295c588b40 remove memo todos since templates are faster anyway 2020-01-30 15:54:54 -05:00
f8e55db892 remove old geometry code 2020-01-30 15:31:49 -05:00
3c6949c9c6 fix segfault error from tile gens 2020-01-30 15:31:30 -05:00
3e15fa48da cleanup 2020-01-28 23:39:49 -05:00
cbedab2cb8 some results, but holey, not sure why 2020-01-28 23:26:01 -05:00
31fa8e86a9 generics don't crash, but don't work either 2020-01-28 23:18:16 -05:00
1acff9426b soft-remove "dim" from Mesh 2020-01-28 21:34:58 -05:00
f78ace2aa5 remove SimplexesList, simplify tile 2020-01-28 21:27:21 -05:00
3c629d6423 separate vao for each kind of slice 2020-01-28 16:23:14 -05:00
53aa778446 fix orientation 2020-01-27 18:16:21 -05:00
Jacob
6b03b7d9be Implement triangulate (like 95% sure it's right) - memoized
Modify recontext to reorient in special cases
Move reorient as Simplexes method
Changes in geomtest and memotest to test triangulate and memoization for triangulate
2020-01-25 21:32:17 -05:00
Jacob
12b8191987 Add dynamic rotations (in 4d)
Make simplexes argument to geometry generation functions const
Setup really cool looking parameters
2020-01-22 02:09:45 -05:00
Jacob
58700b5ea3 Added explicit to Simplexes constructor 2020-01-20 18:07:38 -05:00
Jacob
e2295687bf Fixed memoization module
Implement "raise" (called recontext)
Implement tile
2020-01-20 17:47:39 -05:00
fb33a78718 working on memoization 2020-01-08 22:03:35 -05:00