|
Blender
V2.93
|
#include <openvdb_capi.h>
Public Attributes | |
| float * | verts |
| unsigned int * | faces |
| int | totfaces |
| int | totverts |
| float * | out_verts |
| unsigned int * | out_faces |
| unsigned int * | out_tris |
| int | out_totverts |
| int | out_totfaces |
| int | out_tottris |
| int | filter_type |
| enum OpenVDBLevelSet_FilterType | filter_bias |
| enum OpenVDBLevelSet_FilterBias | filter_width |
| float | voxel_size |
| float | isovalue |
| float | adaptivity |
| int | relax_disoriented_triangles |
Definition at line 74 of file openvdb_capi.h.
| float OpenVDBRemeshData::adaptivity |
Definition at line 92 of file openvdb_capi.h.
| unsigned int* OpenVDBRemeshData::faces |
Definition at line 76 of file openvdb_capi.h.
| enum OpenVDBLevelSet_FilterType OpenVDBRemeshData::filter_bias |
Definition at line 86 of file openvdb_capi.h.
| int OpenVDBRemeshData::filter_type |
Definition at line 86 of file openvdb_capi.h.
| enum OpenVDBLevelSet_FilterBias OpenVDBRemeshData::filter_width |
Definition at line 86 of file openvdb_capi.h.
| float OpenVDBRemeshData::isovalue |
Definition at line 91 of file openvdb_capi.h.
| unsigned int* OpenVDBRemeshData::out_faces |
Definition at line 81 of file openvdb_capi.h.
| int OpenVDBRemeshData::out_totfaces |
Definition at line 84 of file openvdb_capi.h.
| int OpenVDBRemeshData::out_tottris |
Definition at line 85 of file openvdb_capi.h.
| int OpenVDBRemeshData::out_totverts |
Definition at line 83 of file openvdb_capi.h.
| unsigned int* OpenVDBRemeshData::out_tris |
Definition at line 82 of file openvdb_capi.h.
| float* OpenVDBRemeshData::out_verts |
Definition at line 80 of file openvdb_capi.h.
| int OpenVDBRemeshData::relax_disoriented_triangles |
Definition at line 93 of file openvdb_capi.h.
| int OpenVDBRemeshData::totfaces |
Definition at line 77 of file openvdb_capi.h.
| int OpenVDBRemeshData::totverts |
Definition at line 78 of file openvdb_capi.h.
| float* OpenVDBRemeshData::verts |
Definition at line 75 of file openvdb_capi.h.
| float OpenVDBRemeshData::voxel_size |
Definition at line 90 of file openvdb_capi.h.