Blender V5.0
DNA_pointcloud_types.h File Reference
#include "DNA_ID.h"
#include "DNA_attribute_types.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 103 of file DNA_pointcloud_types.h.

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

Typedef Documentation

◆ PointCloud

typedef struct PointCloud PointCloud

◆ PointCloudRuntimeHandle

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

PointCloud.flag

Enumerator
PT_DS_EXPAND 

Definition at line 98 of file DNA_pointcloud_types.h.