Search results

  1. J

    SDK Question Change Material setting

    Yes, the textures seems to be correct for the "Old PBR" shader but I haven't tested. Could you confirm which shader is being used "PBR (Old)" or "Metalness PBR" ? They use different textures and configurations. Old PBR has three main textures: MainTex.dds // color and alpha (rgba)...
  2. J

    New Release D3D9Client Development

    The right one seems unnaturally flat in contrast. On moon the contrast is pretty high. You can get a flatter microtexture (almost like the right one) by setting the "Blend Mode" to "soft light".
  3. J

    SDK Question Change Material setting

    Yes, if there's no texture to define reflectiveness then a material value is being used. One way to disable it is to provide a dummy BURNT_tex_refl.dds with black content. Texture will override marerial making it non-reflective.
  4. J

    Project Artemis capsule

    The "roughness" is inverted it's actually "smoothness". 1.0 = mirror crisp, 0.0 = rough
  5. J

    New Release D3D9Client Development

    Much sharper ? In which way ? I didn't notice anything unusual while testing it during development. There is a little more contrast added between terrain facing the sun and away from the sun. Or could this be micro texture filter issue, make sure it's "anisotropic" not "point".
  6. J

    Project Artemis capsule

    Nice, it would be good idea to provide a "roughness" value via material or texture to make the reflections more metallic alike (blurry) instead a mirror crisp.
  7. J

    SDK Question Change Material setting

    If you provide a roughness map and a metalness map to make it reflective then a simple change of texture should disable it. Which would mean no reflective material setup. The material can be changed with "int SetMeshMaterial(DEVMESHHANDLE hMesh, DWORD idx, MatProp prop, const FVECTOR4* value)"...
  8. J

    New Release D3D9Client Development

    The colored spots are related to micro textures, likely a compression problem. Surface brightness can be adjusted from the atmospheric control panel. Is the darkness due to low sun angle or is the Moon globally dark ?
  9. J

    C++ Question Sketchpad colors

    You can also try setting the color to 0xFF000000 (in D3D9Client alpha is also supported). In some cases setting the color to '0' may disable it. Since it's not visible. If I recall QuickPen and QuickBrush would do that.
  10. J

    Orbiter Screenshot Thread

    It's possible to change the texture by editing CreateSunGlarePS() function in Glare.hlsl. By removing H and L from the return statement it should turn into a round disc. Also there is a glare intensity slider in graphics controls. So far, in every screenshot I have seen the glare is more intense...
  11. J

    OHM LunarTransfer MFD (LTMFD)

    jarmonik submitted a new addon: LunarTrasnfer MFD (LTMFD) - LTMFD Read more about this addon...
  12. J

    LunarTransfer MFD (LTMFD) 1.6

    This is MFD addon for Orbiter space flight simulator versions 2010, 2016 LunarTransferMFD is a numerical lunar transfer trajectory calculator. It can be used to compute single impulse lunar transfer trajectories with better accuracy than typical patched conic applications such as IMFD...
  13. J

    New Release D3D9Client Development

    Sorry, The so called "reallife" been keeping me busy and haven't had time to visit the forums. I have managed to upload IMFD 4.2.2 and 5.7 but failed to upload LTMFD. I'll try again later as the error message told me to. I'll combine all tutorials I got into a single package and upload it.
  14. J

    Interplanetary MFD 5.7

    This is MFD addon for Orbiter space flight simulator version 2016. Key Features of the IMFD: Map program can be used to display entire solar system and predict the actual course of the vessel with numerical trajectory calculator. The predictor can be also used to predict a hypothetical...
  15. J

    OHM Interplanetary MFD

    jarmonik submitted a new addon: Interplanetary MFD - Interplanetary MFD Read more about this addon...
  16. J

    OHM InterplanetaryMFD

    jarmonik submitted a new addon: InterplanetaryMFD - Interplanetary MFD Read more about this addon...
  17. J

    InterplanetaryMFD 4.2.2

    This is MFD addon for Orbiter space flight simulator versions 2010. Key Features of the IMFD: Map program can be used to display entire solar system and predict the actual course of the vessel with numerical trajectory calculator. The predictor can be also used to predict a hypothetical...
  18. J

    New Release D3D9Client Development

    Latest binary package for OpenOrbiter can be obtained with these instructions: Post
  19. J

    New Release D3D9Client Development

    Hosting service provider quit providing service. The page could become a live but not in that address. Right now, there's no plant to bring it back.
  20. J

    New Release D3D9Client Development

    I can't tell, my software sees nothing there. I once had a payed security suite and it gave me a tons of false alarms. Felt like it was trying to cause panic. Would be good idea for people to make a scan of it to be sure. It's the same package that's been available for a year already. No...
Top