NodeFrame constructor
NodeFrame()
Implementation
NodeFrame() {
this.time = 0;
this.deltaTime = 0;
this.frameId = 0;
this.startTime = null;
this.updateMap = new WeakMap();
this.renderer = null;
this.material = null;
this.camera = null;
this.object = null;
}