12 #ifndef BEASTINSTANCE_H
13 #define BEASTINSTANCE_H
120 ILB_RS_RESERVED_1 = 0x00004000,
219 ILBRenderStatsMask stats,
261 int32 materialCount);
300 #endif // __cplusplus
303 #endif / / BEASTINSTANCE_H
ILBStatus ILBSetInstanceDisplayName(ILBInstanceHandle instance, ILBConstString displayName)
Sets the display name for the instance.
Controls whether the object is receiving any GI.
Definition: beastinstance.h:75
Only applies when single sided.
Definition: beastinstance.h:104
Controls whether the object cast shadows on itself.
Definition: beastinstance.h:110
This header is the base for getting platform consistent types for the Beast API.
ILBStatus ILBSetInstanceMesh(ILBInstanceHandle instance, ILBMeshHandle mesh)
Change the mesh of an instance.
const ILBCharType * ILBConstString
Beast api const string type.
Definition: beastapitypes.h:245
Controls whether the object should be visible for reflection rays.
Definition: beastinstance.h:36
ILBStatus ILBDeleteInstance(ILBInstanceHandle instance)
Deletes an instance from a scene.
Controls whether the object should be single sided or double sided.
Definition: beastinstance.h:97
DEPRECATED This enum will be removed in future versions of the API.
Definition: beastinstance.h:135
Controls whether the object should be visible for refraction rays.
Definition: beastinstance.h:42
ILBStatus ILBSetMaterialOverrides(ILBInstanceHandle instance, ILBMaterialHandle *materials, int32 materialCount)
Overrides materials for this instance.
ILBStatus ILBSetInstanceTransform(ILBInstanceHandle instance, const ILBMatrix4x4 *transform)
Sets the transform for an instance.
ILBStatus ILBAddInstanceLightLinks(ILBInstanceHandle instance, ILBLightLinkMode mode, const ILBLightHandle *lightSources, int32 count)
Adds an object centric light link list.
Handle for Beast meshes Intentionally hidden implementation.
Sets the render stats supplied to true.
Definition: beastinstance.h:164
DEPRECATED This enum will be removed in future versions of the API.
Definition: beastinstance.h:128
ILBStatus ILBSetRenderStats(ILBInstanceHandle instance, ILBRenderStatsMask stats, ILBRenderStatOperation operation)
Sets render stats on an instance.
Matrix for transformations.
Definition: beastapitypes.h:383
ILBStatus ILBAddLODInstance(ILBInstanceHandle lowRes, ILBInstanceHandle highRes)
Connects two meshes so one acts as a high resolution instances and one as a lod.
Handle for Beast instance Intentionally hidden implementation.
Definition: beastapitypes.h:422
If this is set to false, the object is black for GI purposes.
Definition: beastinstance.h:68
If enabled shadow rays will be biased in order to get smooth shadows on smoothed meshes.
Definition: beastinstance.h:117
Controls whether the object should cast shadows.
Definition: beastinstance.h:54
ILBRenderStats
Beast render stats.
Definition: beastinstance.h:23
Handle for Beast materials Intentionally hidden implementation.
Definition: beastapitypes.h:443
Controls whether the object should be visible for global illumination rays.
Definition: beastinstance.h:48
ILBLightLinkMode
Enum defining if a light link is inclusive or exclusive.
Definition: beastapitypes.h:540
Controls whether the object is an occluder when rendering ambient occlusion.
Definition: beastinstance.h:82
DEPRECATED This enum will be removed in future versions of the API.
Definition: beastinstance.h:149
Controls whether the object is receiving any occlusion when rendering ambient occlusion.
Definition: beastinstance.h:89
Handle for Beast light sources Intentionally hidden implementation.
Definition: beastapitypes.h:436
DEPRECATED This enum will be removed in future versions of the API.
Definition: beastinstance.h:142
ILBStatus ILBSetInstanceMotionTransforms(ILBInstanceHandle instance, const ILBMatrix4x4 *transforms, int32 count)
Sets the motion transforms of a motion blurred instance.
Controls whether the object should receive shadows.
Definition: beastinstance.h:60
ILBStatus ILBCreateInstance(ILBSceneHandle scene, ILBMeshHandle mesh, ILBConstString name, const ILBMatrix4x4 *transform, ILBInstanceHandle *instance)
Add an instance to the scene.
ILBRenderStatOperation
Selects if the render stats should be enabled or disabled.
Definition: beastinstance.h:156
Handle for Beast scenes Intentionally hidden implementation.
Definition: beastapitypes.h:408
ILBStatus
Status codes for Beast API calls.
Definition: beastapitypes.h:153
uint32 ILBRenderStatsMask
Type representing multiple render stats.
Definition: beastinstance.h:172
Sets the render stats supplied to false.
Definition: beastinstance.h:160
Controls whether the object should be visible for camera rays.
Definition: beastinstance.h:30