Home | History | Annotate | Download | only in textures

Lines Matching refs:texvec

128 		float[] texvec = new float[] { 0, 0, 0 };
137 texvec[0] = wDelta * i;
139 texvec[1] = hDelta * j;
142 texvec[2] = dDelta * k;
143 xyz[0] = (float) Math.sin((texvec[0] + texvec[1] + texvec[2]) * 5.0f);
144 xyz[1] = (float) Math.cos((-texvec[0] + texvec[1] - texvec[2]) * 5.0f);
145 xyz[2] = -(float) Math.cos((-texvec[0] - texvec[1] + texvec[2]) * 5.0f);