14#include <ext/rapidjson/document.h>
26using rapidjson::Value;
51 static bool readThumbnail(
const string& pathName,
const string& fileName, vector<uint8_t>& pngData);
63 return read(Prototype::ID_NONE, pathName, fileName, transformFilter);
static PrototypeImposterLOD * parseImposterLODLevel(const string &pathName, Value &jImposterLOD)
Parse LOD level.
static PrototypeBoundingVolume * parseBoundingVolume(int idx, Prototype *prototype, const string &pathName, Value &jBv)
Parse bounding volume.
static PrototypeLODLevel * parseLODLevel(const string &pathName, Value &jLodLevel)
Parse LOD level.
static void parseParticleSystem(PrototypeParticleSystem *particleSystem, const string &pathName, Value &jParticleSystem)
Parse particle system.
static const string getResourcePathName(const string &pathName, const string &fileName)
Get resource path name.
static Prototype * read(const string &pathName, const string &fileName, PrototypeTransformFilter *transformFilter=nullptr)
Reads a prototype from file.
static const vector< string > & getPrototypeExtensions()
Get supported model extensions.
static bool readThumbnail(const string &pathName, const string &fileName, vector< uint8_t > &pngData)
Read thumbnail from file.
static STATIC_DLL_IMPEXT vector< string > extensions
Prototype bounding volume definition.
Prototype LOD level definition.
Prototype particle system definition.
#define STATIC_DLL_IMPEXT