UNPKG

3d-core-raub

Version:

An extensible Node3D core for desktop applications

18 lines (11 loc) 244 B
'use strict'; class WebVRManager { get enabled() { return false; } constructor() {} isPresenting() { return false; } dispose() {} setAnimationLoop() {} getCamera() { return {}; } submitFrame() {} } module.exports = WebVRManager;