@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
16 lines (15 loc) • 413 B
TypeScript
/** @internal */
export declare class PerformanceConfigurator {
/** @internal */
static MatrixUse64Bits: boolean;
/** @internal */
static MatrixTrackPrecisionChange: boolean;
/** @internal */
static MatrixCurrentType: any;
/** @internal */
static MatrixTrackedMatrices: Array<any> | null;
/**
* @internal
*/
static SetMatrixPrecision(use64bits: boolean): void;
}