585960616263646566
this.manager = manager; this.id = id; state = new WorkerState(); state.random = new Random(seed); state.vectorPool = new VectorPool(); state.rayPool = new RayPool(); state.ray = state.rayPool.get(); }