Finish documentation
This commit is contained in:
parent
49473bf905
commit
31fcfd3d6b
86 changed files with 1383 additions and 8485 deletions
|
|
@ -4,8 +4,9 @@ import { clamp01 } from '../../../helper/clamp';
|
|||
import { Insights } from '../insights';
|
||||
import { RenderPass } from './render-pass';
|
||||
|
||||
/** @internal */
|
||||
export class LightsRenderPass extends RenderPass {
|
||||
public lightCutoffDistance = 400;
|
||||
public lightCutoffDistance!: number;
|
||||
private drawables: Array<LightDrawable> = [];
|
||||
|
||||
public addDrawable(drawable: LightDrawable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue