-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Using CornellBox-Original.obj from https://casual-effects.com/data/ the following snippet:
let meshes = models
.iter()
.map(|m| {
let mesh = &m.mesh;
println!("{}: {}", m.name, mesh.indices.len());
...
})
.collect();
shows:
floor: 6
ceiling: 6
backWall: 6
rightWall: 6
leftWall: 6
leftWall: 36
shortBox: 36
light: 6
Metadata
Metadata
Assignees
Labels
No labels