mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
First visible map
This commit is contained in:
parent
1f8ac5ae20
commit
0b562dc2ac
1089 changed files with 313044 additions and 69 deletions
18
diplomacy/animation/node_modules/three/examples/jsm/lighting/TiledLighting.js
generated
vendored
Normal file
18
diplomacy/animation/node_modules/three/examples/jsm/lighting/TiledLighting.js
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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 );
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue