Home | History | Annotate | Download | only in performance

Lines Matching defs:z_

196 			const float z_		= baseDepth + rng.getFloat(-depthNoise, +depthNoise);
198 vertices[y*gridsize + x] = Vec3(x_, y_, z_);