mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-10 03:56:07 +00:00
Prepare for follow-on change
This commit is contained in:
parent
a7624deead
commit
0917b95fb8
@ -193,8 +193,10 @@ impl Renderer {
|
||||
|
||||
for triangle in mesh.triangles() {
|
||||
let triangle = triangle.map(|index| {
|
||||
let mesh_vertices = mesh.vertices();
|
||||
|
||||
Vec3::from(
|
||||
mesh.vertices()
|
||||
mesh_vertices
|
||||
.get(index as usize)
|
||||
.unwrap()
|
||||
.point
|
||||
|
Loading…
x
Reference in New Issue
Block a user