theatre/r3f: Allow physical lighting in snapshot viewport (#114)
Co-authored-by: Andrew Prifer <andrew.prifer@gmail.com>
This commit is contained in:
parent
c15c88fcec
commit
386a8fafac
6 changed files with 31 additions and 14 deletions
|
@ -21,8 +21,7 @@ type SheetObjectMap = StrictRecord<ObjectAddressKey, SheetObject>
|
|||
export type ObjectNativeObject = unknown
|
||||
|
||||
export default class Sheet {
|
||||
private readonly _objects: Atom<SheetObjectMap> =
|
||||
new Atom<SheetObjectMap>({})
|
||||
private readonly _objects: Atom<SheetObjectMap> = new Atom<SheetObjectMap>({})
|
||||
private _sequence: undefined | Sequence
|
||||
readonly address: SheetAddress
|
||||
readonly publicApi: TheatreSheet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue