Finish GTE work - with clean up

This commit is contained in:
2024-05-02 21:35:41 +02:00
parent 917f85a418
commit 51136206cf
2 changed files with 4 additions and 11 deletions

View File

@@ -133,15 +133,6 @@ namespace JabyEngine {
poly.vertex3 = MATRIX::apply_to(GPU::POLY_G4::vertex3_from(area));
return poly;
}
/*GPU::POLY_FT4& apply_to(GPU::POLY_FT4& poly) const {
MATRIX::apply_to(poly.vertex0);
MATRIX::apply_to(poly.vertex1);
MATRIX::apply_to(poly.vertex2);
MATRIX::apply_to(poly.vertex3);
return poly;
}*/
};
}
}