mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
17 lines • 437 B
JavaScript
import { objectManagerDefaults, objectManagerSchema } from "./IObjectManager";
export const reflectorSchema = {
...objectManagerSchema,
resolution: Number,
blur: Number,
contrast: Number,
mirror: Number
};
export const reflectorDefaults = {
...objectManagerDefaults,
resolution: 256,
blur: 512,
contrast: 1.5,
mirror: 1,
rotationX: -90
};
//# sourceMappingURL=IReflector.js.map