Use a default white texture, srgb clear color
This commit is contained in:
@@ -67,7 +67,9 @@ fn main() {
|
||||
for input in matches.values_of("input").unwrap() {
|
||||
match parse(&input) {
|
||||
Ok(model) => {
|
||||
bbox = bbox.union(&model.bounding_box());
|
||||
if model.vertices.len() > 0 {
|
||||
bbox = bbox.union(&model.bounding_box());
|
||||
}
|
||||
models.push((input.to_owned(), model))
|
||||
},
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user