Blender  V3.3
Public Attributes | List of all members
ShrinkwrapTreeData Struct Reference

#include <BKE_shrinkwrap.h>

Public Attributes

Meshmesh
 
BVHTreebvh
 
BVHTreeFromMesh treeData
 
const float(* pnors )[3]
 
const float(* clnors )[3]
 
ShrinkwrapBoundaryDataboundary
 

Detailed Description

Definition at line 69 of file BKE_shrinkwrap.h.

Member Data Documentation

◆ boundary

ShrinkwrapBoundaryData* ShrinkwrapTreeData::boundary

Definition at line 77 of file BKE_shrinkwrap.h.

◆ bvh

BVHTree* ShrinkwrapTreeData::bvh

Definition at line 72 of file BKE_shrinkwrap.h.

◆ clnors

const float(* ShrinkwrapTreeData::clnors)[3]

Definition at line 76 of file BKE_shrinkwrap.h.

◆ mesh

Mesh* ShrinkwrapTreeData::mesh

Definition at line 70 of file BKE_shrinkwrap.h.

◆ pnors

const float(* ShrinkwrapTreeData::pnors)[3]

Definition at line 75 of file BKE_shrinkwrap.h.

◆ treeData

BVHTreeFromMesh ShrinkwrapTreeData::treeData

Definition at line 73 of file BKE_shrinkwrap.h.


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