Blender  V2.93
Public Attributes | List of all members
OpenVDBVolumeToMeshData Struct Reference

#include <openvdb_capi.h>

Public Attributes

int tottriangles
 
int totquads
 
int totvertices
 
floatvertices
 
unsigned int * quads
 
unsigned int * triangles
 

Detailed Description

Definition at line 64 of file openvdb_capi.h.

Member Data Documentation

◆ quads

unsigned int* OpenVDBVolumeToMeshData::quads

Definition at line 70 of file openvdb_capi.h.

◆ totquads

int OpenVDBVolumeToMeshData::totquads

Definition at line 66 of file openvdb_capi.h.

◆ tottriangles

int OpenVDBVolumeToMeshData::tottriangles

Definition at line 65 of file openvdb_capi.h.

◆ totvertices

int OpenVDBVolumeToMeshData::totvertices

Definition at line 67 of file openvdb_capi.h.

◆ triangles

unsigned int* OpenVDBVolumeToMeshData::triangles

Definition at line 71 of file openvdb_capi.h.

◆ vertices

float* OpenVDBVolumeToMeshData::vertices

Definition at line 69 of file openvdb_capi.h.


The documentation for this struct was generated from the following file: