ehem. OMSI - Forum
Würden Sie gerne auf diese Nachricht reagieren? Erstellen Sie einen Account in wenigen Klicks oder loggen Sie sich ein, um fortzufahren.
ehem. OMSI - Forum

Dieses Forum wurde geschlossen. Das neue Forum befindet sich auf www.omnibussimulator.de/forum !
 
StartseiteStartseite  Neueste BilderNeueste Bilder  SuchenSuchen  AnmeldenAnmelden  LoginLogin  

 

 Night texture

Nach unten 
2 verfasser
AutorNachricht
dalibor016




Anzahl der Beiträge : 16
Anmeldedatum : 12.03.11

Night texture Empty
BeitragThema: Night texture   Night texture Icon_minitimeDi 29 März - 15:03

I made my own traffic lights. All is functional, but lights isn't visible at night. What is wrong? Thank you for response.
Night texture Mistak10
Nach oben Nach unten
Marcel Kuhnt
Admin
Marcel Kuhnt


Anzahl der Beiträge : 3364
Anmeldedatum : 26.04.09
Alter : 39
Ort : Berlin-Spandau

Night texture Empty
BeitragThema: Re: Night texture   Night texture Icon_minitimeFr 6 Mai - 8:20

Open the x file (if you convert to o3d, please do this before conversion! Wink ) and search for the correct material-section: (you have the texture name as reference/help)

Code:
  Material Mat2 {
    1.0; 1.0; 1.0; 1.0;;
    0.0;
    0.0; 0.0; 0.0;;
    0.0; 0.0; 0.0;;
  TextureFilename {    "dachpappe.bmp";  }
  }  // End of Material

Set the last three "0.0" (emitting color) to "1.0", so it should look like this:

Code:
  Material Mat2 {
    1.0; 1.0; 1.0; 1.0;;
    0.0;
    0.0; 0.0; 0.0;;
    1.0; 1.0; 1.0;;
  TextureFilename {    "dachpappe.bmp";  }
  }  // End of Material
Nach oben Nach unten
 
Night texture
Nach oben 
Seite 1 von 1
 Ähnliche Themen
-
» Illumination at night?
» Help with night textures
» [Download] "92N" Night Service
» Texture fixing
» Reskin request?

Befugnisse in diesem ForumSie können in diesem Forum nicht antworten
ehem. OMSI - Forum :: OMSI-Design (english) :: General 3D modelling-
Gehe zu: