eth-igl / gp2024-Assignments

0 stars 0 forks source link

Two ways of implementing non-axis-aligned grid #25

Closed HairongLuo closed 2 months ago

HairongLuo commented 2 months ago

Hi, for the task of non-axis-aligned grid, I think there are two ways of implementation. One is to rotate the point cloud and the other is to rotate the grid. I wonder if both implementation are feasible for this assignment or we need to adopt a certain one. Thank you!

segaviv commented 2 months ago

Hi,

Any method that aligns the grid and the input points is fine. It should reduce the number of points that fall outside/far away from the surface for a given grid size.

HairongLuo commented 2 months ago

It's clear to me now. Thanks!