mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:44:21 +02:00
Fixing comment
This commit is contained in:
parent
e482eac437
commit
a3828ce45c
1 changed files with 1 additions and 1 deletions
|
@ -1468,7 +1468,7 @@ FBXGeometry* FBXReader::extractFBXGeometry(const QVariantHash& mapping, const QS
|
||||||
// Create the Material Library
|
// Create the Material Library
|
||||||
consolidateFBXMaterials(mapping);
|
consolidateFBXMaterials(mapping);
|
||||||
|
|
||||||
// We can't scale allow the scaling of a given image to different sizes, because the hash used for the KTX cache is based on the original image
|
// We can't allow the scaling of a given image to different sizes, because the hash used for the KTX cache is based on the original image
|
||||||
// Allowing scaling of the same image to different sizes would cause different KTX files to target the same cache key
|
// Allowing scaling of the same image to different sizes would cause different KTX files to target the same cache key
|
||||||
#if 0
|
#if 0
|
||||||
// HACK: until we get proper LOD management we're going to cap model textures
|
// HACK: until we get proper LOD management we're going to cap model textures
|
||||||
|
|
Loading…
Reference in a new issue