@bitbybit-dev/babylonjs
Version:
Bit By Bit Developers BABYLONJS CAD Library to Program Geometry
10 lines (9 loc) • 373 B
TypeScript
import * as BABYLON from "@babylonjs/core";
import { Inputs } from ".";
import { ContextBase } from "@bitbybit-dev/core";
export declare class Context extends ContextBase {
scene: BABYLON.Scene;
engine: BABYLON.Engine | BABYLON.WebGPUEngine;
havokPlugin: BABYLON.HavokPlugin;
getSamplingMode(samplingMode: Inputs.BabylonTexture.samplingModeEnum): number;
}