Skip to content

Confusing warning in "rasterize_coarse.cu" #1064

@Angtian

Description

@Angtian

The warning in rasterize_coarse.cu. Line 193 is confusing. It says:
"Bin size was too small in the coarse rasterization phase. "
"This caused an overflow, meaning output may be incomplete. "
"To solve, "
"try increasing max_faces_per_bin / max_points_per_bin, "
"decreasing bin_size, "
"or setting bin_size to -1 to use the naive rasterization.";
It is my understanding that it warning appears when Bin size is large than excepted, not small.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions