funtask-three-gltf-viewer
Version:
Preview glTF models using three.js and a drag-and-drop interface.
21 lines (20 loc) • 409 B
JavaScript
export const environments = [
{
id: '',
name: 'None',
path: null,
format: '.hdr'
},
{
id: 'venice-sunset',
name: 'Venice Sunset',
path: 'assets/environment/venice_sunset_1k.hdr',
format: '.hdr'
},
{
id: 'footprint-court',
name: 'Footprint Court (HDR Labs)',
path: 'assets/environment/footprint_court_2k.hdr',
format: '.hdr'
}
];