Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
Assimp::AttachmentInfo Struct Reference

Helper data structure for SceneCombiner. More...

#include <SceneCombiner.h>

Public Member Functions

 AttachmentInfo ()
 
 AttachmentInfo (aiScene *_scene, aiNode *_attachToNode)
 

Public Attributes

aiNodeattachToNode
 
aiScenescene
 

Detailed Description

Helper data structure for SceneCombiner.

Describes to which node a scene must be attached to.

Constructor & Destructor Documentation

◆ AttachmentInfo() [1/2]

Assimp::AttachmentInfo::AttachmentInfo ( )
inline

◆ AttachmentInfo() [2/2]

Assimp::AttachmentInfo::AttachmentInfo ( aiScene _scene,
aiNode _attachToNode 
)
inline

Member Data Documentation

◆ attachToNode

aiNode* Assimp::AttachmentInfo::attachToNode

◆ scene

aiScene* Assimp::AttachmentInfo::scene

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