mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 14:39:18 +02:00
enabled hardware texture compression, minor debug info enhancements
This commit is contained in:
@@ -290,6 +290,7 @@ void TGroundNode::RaRenderVBO()
|
||||
}
|
||||
|
||||
void TGroundNode::RenderVBO() { // renderowanie obiektu z VBO - faza nieprzezroczystych
|
||||
|
||||
switch( iType ) { // obiekty renderowane niezależnie od odległości
|
||||
case TP_SUBMODEL:
|
||||
TSubModel::fSquareDist = 0;
|
||||
@@ -363,7 +364,6 @@ void TGroundNode::RenderAlphaVBO()
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
switch( iType ) {
|
||||
case TP_TRACTION: {
|
||||
if( bVisible ) {
|
||||
|
||||
Reference in New Issue
Block a user