Skip to content

Generate mesh with voxel value getter#1394

Merged
oitel merged 6 commits intomasterfrom
feature/function_voxel_volume
Jul 6, 2023
Merged

Generate mesh with voxel value getter#1394
oitel merged 6 commits intomasterfrom
feature/function_voxel_volume

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Jul 6, 2023

No description provided.

@oitel oitel requested a review from Grantim July 6, 2023 09:59
assert( voxelValid );

if constexpr ( std::is_same_v<V, SimpleVolume> )
if constexpr ( std::is_same_v<V, SimpleVolume> || std::is_same_v<V, FunctionVolume> )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to allow nan values in FunctionVolume?

@oitel oitel merged commit 3d17f54 into master Jul 6, 2023
@oitel oitel deleted the feature/function_voxel_volume branch July 6, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants