slice_frustum_linear_to_points
slice_frustum_linear_to_points(input_frustum_corners, tr_x, tr_y, tr_z, output_frustum_corners)
TODO compute slices to minimize world-space volume difference between clusters
Kind: global function
Param | Type | Description |
---|---|---|
input_frustum_corners | Array.<number> | corners of input frustum |
tr_x | number | slices in X axis |
tr_y | number | slices in Y axis |
tr_z | number | slices in Z axis |
output_frustum_corners | Array.<number> |