beastapi/beastpointcloud.h Source File
Go to the documentation of this file.
11 #ifndef BEASTPOINTCLOUD_H
12 #define BEASTPOINTCLOUD_H
62 #endif // BEASTPOINTCLOUD_H
This header is the base for getting platform consistent types for the Beast API.
const ILBCharType * ILBConstString
Beast api const string type.
Definition: beastapitypes.h:245
ILBStatus ILBAddPointCloudData(ILBPointCloudHandle pointCloud, const ILBVec3 *pointData, const ILBVec3 *normalData, int32 pointCount)
Adds a chunk of point data to a point cloud.
Handle for Beast point clouds Intentionally hidden implementation.
Definition: beastapitypes.h:515
Three dimensional geometric vector type.
Definition: beastapitypes.h:320
Handle for Beast scenes Intentionally hidden implementation.
Definition: beastapitypes.h:408
ILBStatus
Status codes for Beast API calls.
Definition: beastapitypes.h:153
ILBStatus ILBEndPointCloud(ILBPointCloudHandle pointCloud)
Finalizes a point cloud.
ILBStatus ILBCreatePointCloud(ILBSceneHandle scene, ILBConstString name, ILBPointCloudHandle *pointCloud)
Begins creation of a Point Cloud.