extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
163 B

#pragma once
7 months ago
#include <blobtree.h>
#include <macros.h>
EXTERN_C_BEGIN
API virtual_node_t blobtree_new_node(const void* desc, primitive_type type);
EXTERN_C_END