mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Re-enable js baking
This commit is contained in:
parent
091dae730b
commit
6ac8cdecd1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static const int INTERFACE_RUNNING_CHECK_FREQUENCY_MS = 1000;
|
||||||
|
|
||||||
static const QStringList BAKEABLE_MODEL_EXTENSIONS = { "fbx" };
|
static const QStringList BAKEABLE_MODEL_EXTENSIONS = { "fbx" };
|
||||||
static QStringList BAKEABLE_TEXTURE_EXTENSIONS;
|
static QStringList BAKEABLE_TEXTURE_EXTENSIONS;
|
||||||
static const QStringList BAKEABLE_SCRIPT_EXTENSIONS = {};
|
static const QStringList BAKEABLE_SCRIPT_EXTENSIONS = { "js" };
|
||||||
|
|
||||||
static const QString BAKED_MODEL_SIMPLE_NAME = "asset.fbx";
|
static const QString BAKED_MODEL_SIMPLE_NAME = "asset.fbx";
|
||||||
static const QString BAKED_TEXTURE_SIMPLE_NAME = "texture.ktx";
|
static const QString BAKED_TEXTURE_SIMPLE_NAME = "texture.ktx";
|
||||||
|
|
Loading…
Reference in a new issue