improve rendering
This commit is contained in:
@@ -45,7 +45,7 @@ export function registerBuiltinNodes(): void {
|
||||
id: 'render',
|
||||
component: RenderingNode,
|
||||
defaultStyle: { width: 384, height: 320 },
|
||||
defaultData: {},
|
||||
defaultData: { viewportWidth: 1200, viewportHeight: 800 },
|
||||
idPrefix: 'rnd_',
|
||||
hasInput: true,
|
||||
hasOutput: false,
|
||||
|
||||
Reference in New Issue
Block a user