MCPcopy Create free account
hub / github.com/assimp/assimp / SetFileScale

Function SetFileScale

include/assimp/BaseImporter.h:181–183  ·  view source on GitHub ↗

* Will be called only by scale process when scaling is requested. */

Source from the content-addressed store, hash-verified

179 * Will be called only by scale process when scaling is requested.
180 */
181 void SetFileScale(double scale) {
182 fileScale = scale;
183 }
184
185 // -------------------------------------------------------------------
186 /** Called by #Importer::GetExtensionList for each loaded importer.

Callers 1

InternReadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected