Adam Gerhant
Adam Gerhant
since the vertex normals are derived from the face normals, they can be calculated from just the positions and indices.
@Shubham10102000 have you made any progress with this? The logic should be pretty simple, im just not sure where it could be implemented.
IP address are already accessible through log files. In general storing them is a gray area due to how little personal information they contain. An opt-out would be good but...
Currently working on this
Closes #1703 Changes: - Adds grid_color field to GridSnapping - Color selector UI - Adds support for prefixed hexed codes Note: blocked by #1710 since initial color is not correct....
Thank you for the input. I will be taking a break from this PR for the next few days while I work on my GSoC proposal. Once that's done I'll...
I believe all changes should have been made. I removed the Dot grid type, and instead added a Boolean field that tracks whether the grid should be displayed with dots....
Performance is very poor for the dot grid. I suppose this is because x_count+y_count lines need to drawn for the rectangle grid, but x_count*y_count circles need to be drawn for...
I do like the idea of an async entry point, but it wouldn’t be a trivial implementation. I believe I was also struggling with trait bounds/lifetimes, since instead of WebWorkerContext...
I finally added support for JoinHandles for the future passed to spawn_async, and closing the thread from Rust instead of the HashMap method. My new method uses spawn_local to handle...