@@ -87,11 +87,11 @@ impl Vertex {
87
87
}
88
88
89
89
const VERTICES : & [ Vertex ] = & [
90
- Vertex { position : [ -0.0868241 , 0.49240386 , 0.0 ] , tex_coords : [ 0.4131759 , 0.99240386 ] , } , // A
91
- Vertex { position : [ -0.49513406 , 0.06958647 , 0.0 ] , tex_coords : [ 0.0048659444 , 0.56958646 ] , } , // B
92
- Vertex { position : [ -0.21918549 , -0.44939706 , 0.0 ] , tex_coords : [ 0.28081453 , 0.050602943 ] , } , // C
93
- Vertex { position : [ 0.35966998 , -0.3473291 , 0.0 ] , tex_coords : [ 0.85967 , 0.15267089 ] , } , // D
94
- Vertex { position : [ 0.44147372 , 0.2347359 , 0.0 ] , tex_coords : [ 0.9414737 , 0.7347359 ] , } , // E
90
+ Vertex { position : [ -0.0868241 , 0.49240386 , 0.0 ] , tex_coords : [ 0.4131759 , 0.00759614 ] , } , // A
91
+ Vertex { position : [ -0.49513406 , 0.06958647 , 0.0 ] , tex_coords : [ 0.0048659444 , 0.43041354 ] , } , // B
92
+ Vertex { position : [ -0.21918549 , -0.44939706 , 0.0 ] , tex_coords : [ 0.28081453 , 0.949397 ] , } , // C
93
+ Vertex { position : [ 0.35966998 , -0.3473291 , 0.0 ] , tex_coords : [ 0.85967 , 0.84732914 ] , } , // D
94
+ Vertex { position : [ 0.44147372 , 0.2347359 , 0.0 ] , tex_coords : [ 0.9414737 , 0.2652641 ] , } , // E
95
95
] ;
96
96
97
97
0 commit comments