closes https://github.com/assimp/assimp/issues/584: export scene combiner.
parent
304556ab16
commit
38b9ae2c6c
|
@ -198,7 +198,7 @@ struct SceneHelper
|
|||
* The class is currently being used by various postprocessing steps
|
||||
* and loaders (ie. LWS).
|
||||
*/
|
||||
class SceneCombiner
|
||||
class ASSIMP_API SceneCombiner
|
||||
{
|
||||
// class cannot be instanced
|
||||
SceneCombiner() {}
|
||||
|
|
Loading…
Reference in New Issue