• Home
  • Raw
  • Download

Lines Matching refs:Vector2

121     result->texcoords[0]  = Vector2(0.0f, 0.0f);  in GenerateCubeGeometry()
122 result->texcoords[1] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
123 result->texcoords[2] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
124 result->texcoords[3] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
125 result->texcoords[4] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
126 result->texcoords[5] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
127 result->texcoords[6] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
128 result->texcoords[7] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
129 result->texcoords[8] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
130 result->texcoords[9] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
131 result->texcoords[10] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
132 result->texcoords[11] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
133 result->texcoords[12] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
134 result->texcoords[13] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
135 result->texcoords[14] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
136 result->texcoords[15] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
137 result->texcoords[16] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
138 result->texcoords[17] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
139 result->texcoords[18] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
140 result->texcoords[19] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()
141 result->texcoords[20] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry()
142 result->texcoords[21] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry()
143 result->texcoords[22] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry()
144 result->texcoords[23] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry()