Blender V4.3
DNA_pointcloud_types.h File Reference
#include "DNA_ID.h"
#include "DNA_customdata_types.h"

Go to the source code of this file.

Classes

class  PointCloud
 

Macros

#define POINTCLOUD_MATERIAL_NR   1
 

Typedefs

typedef struct PointCloudRuntimeHandle PointCloudRuntimeHandle
 
typedef struct PointCloud PointCloud
 

Enumerations

enum  { PT_DS_EXPAND = (1 << 0) }
 

Macro Definition Documentation

◆ POINTCLOUD_MATERIAL_NR

#define POINTCLOUD_MATERIAL_NR   1

Definition at line 84 of file DNA_pointcloud_types.h.

Referenced by blender::eevee::SyncModule::sync_point_cloud().

Typedef Documentation

◆ PointCloud

typedef struct PointCloud PointCloud

◆ PointCloudRuntimeHandle

Definition at line 34 of file DNA_pointcloud_types.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

PointCloud.flag

Enumerator
PT_DS_EXPAND 

Definition at line 79 of file DNA_pointcloud_types.h.