Update interface of scene
This commit is contained in:
parent
f8805f404f
commit
b20703e6e6
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { Fill } from "./fill";
|
||||
import { IBaseDrawObject, IDrawNode, IRectangle } from "./objects";
|
||||
import { DrawLeafs, IDrawNode, IRectangleDrawObject } from "./objects";
|
||||
|
||||
export interface IScene {
|
||||
node: IDrawNode;
|
||||
selection?: IRectangle;
|
||||
spotlight: IRectangle[];
|
||||
selection?: IDrawNode;
|
||||
spotlight: IRectangleDrawObject[];
|
||||
background: Fill;
|
||||
static: IBaseDrawObject[];
|
||||
static: DrawLeafs[];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gxc-solutions/renderer-base",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"main": "index.js",
|
||||
"author": "GXC Solutions",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue