Jump to content

NCC1701JR

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you everyone for the suggestions I got it fixed via an entire different method: uncommenting line 52 in MPD_common_bake_page.lua this make sure that the background is fully rendered.
  2. Good suggestion. no joy however. There must be some opacity setting somewhere that ensures that only colours get shown but black is left unrendered due to RGB of {0,0,0}.
  3. LUA defaults the higher value to 255. changing the opacity to 255 has no visable effect. it also seems that the closer the colour gets to black the less visable it becomes. its like black can never be drawn as there is no colour. That would also mean that the format is not strictly RGBO. changing the material to: MPDBasefp_BG.material = MakeMaterial("",{0,0,0,255}) makes is completly opaque again.
  4. Hello F/A-18 pilots and LUA programmers, Using the provided display preset to export the left and right DDI's on the same monitor. I can use those because of my ultrawide. The DDI's are not readable without a background. i managed to add a mesh to the DDI's but i cant get them to be fully opaque. This is the code used in MPD_BASE.lua. the colour of the material is for debug purposes. The goal is to get the yellow square to be fully opaque so i can make it black and use it as the background. Thanks for the help in advanced, NCC1701JR MPD_base.lua
×
×
  • Create New...