| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/examples/jsm/lighting/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/examples/jsm/lighting/TiledLighting.js |
import { Lighting } from 'three/webgpu';
import { tiledLights } from '../tsl/lighting/TiledLightsNode.js';
export class TiledLighting extends Lighting {
constructor() {
super();
}
createNode( lights = [] ) {
return tiledLights().setLights( lights );
}
}