UNPKG

@mlightcad/three-viewcube

Version:

A highly customizable standalone view cube addon for three.js

12 lines 237 B
/** * Default texts in each face of view cube */ export var DEFAULT_FACENAMES = { top: 'TOP', front: 'FRONT', right: 'RIGHT', back: 'BACK', left: 'LEFT', bottom: 'BOTTOM' }; //# sourceMappingURL=faceNames.js.map