DIR : /home/kozerus/public_html/cropex/node/node_modules/@radix-ui/number/dist/index.mjs
/home/kozerus/public_html/cropex/node/node_modules/@radix-ui/number/dist
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/number.ts
function clamp(value, [min, max]) {
return Math.min(max, Math.max(min, value));
}
__name(clamp, "clamp");
export {
clamp
};
//# sourceMappingURL=index.mjs.map
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer