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 { Fill } from "./fill";
|
||||||
import { IBaseDrawObject, IDrawNode, IRectangle } from "./objects";
|
import { DrawLeafs, IDrawNode, IRectangleDrawObject } from "./objects";
|
||||||
|
|
||||||
export interface IScene {
|
export interface IScene {
|
||||||
node: IDrawNode;
|
node: IDrawNode;
|
||||||
selection?: IRectangle;
|
selection?: IDrawNode;
|
||||||
spotlight: IRectangle[];
|
spotlight: IRectangleDrawObject[];
|
||||||
background: Fill;
|
background: Fill;
|
||||||
static: IBaseDrawObject[];
|
static: DrawLeafs[];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gxc-solutions/renderer-base",
|
"name": "@gxc-solutions/renderer-base",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "GXC Solutions",
|
"author": "GXC Solutions",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue