Recent content by andargor

  1. andargor

    API Question How to save mesh textures to file?

    Some textures can be loaded dynamically indeed, and that is why I'm attempting to grab them from within the API. Just looking at the DeltaGlider code: strcpy (fname+n, scramjet ? "dgmk4_2.dds" : "dgmk4_2_ns.dds"); skin[1] = oapiLoadTexture (fname); Currently, I enumerate the vessel meshes and...
  2. andargor

    API Question How to save mesh textures to file?

    Yes, of course, but I am trying to enumerate vessels from within the API. The path to the vessel config file might be sufficient, so that I could access it. Otherwise, I need to save the textures somewhere.
  3. andargor

    API Question How to save mesh textures to file?

    Hi, first post, be gentle! :) How would I be able to save mesh textures to file? I've read several threads here and tested a few things, but I can not get it to work. More specifically, the following are my stumbling blocks: - The use of oapiGetDC or Sketchpad->GetDC return null values most of...
Back
Top