Variable DefaultEngineConfigConst
DefaultEngineConfig: {
audio: { numChannels: number };
lighting: {
defaultPointLightRange: number;
maxDirectionalLights: number;
maxPointLights: number;
};
models: { maxBones: number };
} = ...
Type Declaration
-
audio: { numChannels: number }
-
lighting: {
defaultPointLightRange: number;
maxDirectionalLights: number;
maxPointLights: number;
}
-
defaultPointLightRange: number
-
maxDirectionalLights: number
-
maxPointLights: number
-
models: { maxBones: number }
No description provided.