You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug fixes relating opening and saving files + function node input/output node registration fix to register listeners correctly + plane primitive in test scene + change order of unserialize to parent first
desc: 'Returns the viewport size in physical pixel units.',
286
285
type: 'vec2',
287
286
},
287
+
{
288
+
name:"viewportResolution",
289
+
desc: 'The resolution node is a vec2 containing the render target’s width and height in pixels (e.g., vec2(window.innerWidth, window.innerHeight) for the default canvas).',
0 commit comments