this is how to do
This commit is contained in:
parent
890974ed11
commit
2ebaf72864
@ -131,13 +131,7 @@ pub fn convert<'a>(
|
||||
let color=mb.acquire_color_id(glam::Vec4::ONE);
|
||||
let tex=mb.acquire_tex_id(glam::Vec2::ZERO);
|
||||
|
||||
for (i0,plane0) in plane_list.iter().enumerate().skip(2){
|
||||
for (i1,plane1) in plane_list.iter().enumerate().take(i0){
|
||||
for (i2,plane2) in plane_list.iter().enumerate().take(i1){
|
||||
//TODO
|
||||
}
|
||||
}
|
||||
}
|
||||
// for each face, determine one edge at a time until you complete the face
|
||||
|
||||
let polygon_groups=model::PolygonGroup::PolygonList(model::PolygonList::new(polygon_list));
|
||||
let physics_groups=vec![model::IndexedPhysicsGroup{
|
||||
|
Loading…
x
Reference in New Issue
Block a user