10 #ifndef SLASSIMPPROGRESSHANDLER_H
11 #define SLASSIMPPROGRESSHANDLER_H
13 #ifdef SL_BUILD_WITH_ASSIMP
14 # include <assimp/ProgressHandler.hpp>
19 class SLProgressHandler
22 virtual bool Update(
float percentage = -1.f) = 0;
26 class SLAssimpProgressHandler : SLProgressHandler
27 , Assimp::ProgressHandler
30 virtual bool Update(
float percentage = -1.f)
32 if (percentage >= 0.0f && percentage <= 100.0f)
The AppCommon class holds the top-level instances of the app-demo.
static int jobProgressNum()