mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
replace barycentric coordinates for dem
This commit is contained in:
@@ -94,8 +94,8 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
auto corners = plane_intersections(mirrors);
|
auto corners = plane_intersections(mirrors);
|
||||||
// auto start = barycentric(corners, {1.00f, 1.00f, 1.00f, 1.00f});
|
// auto start = barycentric(corners, {1.00f, 1.00f, 1.00f, 1.00f});
|
||||||
// auto start = barycentric(corners, {0.05, 0.05, 1.00, 3.00});
|
auto start = barycentric(corners, {0.05, 0.05, 1.00, 3.00});
|
||||||
auto start = barycentric(corners, {0, 0, 0, 1});
|
// auto start = barycentric(corners, {0, 0, 0, 1});
|
||||||
auto points = res.path.walk<glm::vec4, glm::vec4>(start, mirrors, reflect);
|
auto points = res.path.walk<glm::vec4, glm::vec4>(start, mirrors, reflect);
|
||||||
|
|
||||||
GLuint vbo;
|
GLuint vbo;
|
||||||
|
|||||||
Reference in New Issue
Block a user