• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Accessing FSX Direct3D Engine from outside

Messages
2
Hi everyone

I was wondering if it's possible to access D3D objects and surfaces/textures of FSX during runtime from outside. You know, like FRAPS does with the yellow fps digits in the corner of the screen...but just directly onto surfaces like wings, windshield..etc...

Thanks for any hints

Regards
Sam
 
I don't think it is, however I could be wrong. There are ways to overlay stuff onto the FSX screen as can be done with AFX and Instant Scenery for example. But I think that is an overlay rather than actually interacting with the FS 3D objects
 
Too bad, I was hoping to be able to write my own VC rain engine since MS unfortunately has disabled it for FSX. Well, thanks for your answer anyway, I'll keep looking :)
 
Too bad, I was hoping to be able to write my own VC rain engine since MS unfortunately has disabled it for FSX. Well, thanks for your answer anyway, I'll keep looking :)

FSX didn't "disable" the VCRain effect. The new shader based rendering system simply won't support the chained-texture animation system used in FS9, since it's entirely CPU bound.
 
There are low level hooks you can use in DirectX to trap the rendering pipeline and inject your own drawing code.

There are older code examples on how to intercept rendering in DX, I found some examples here: http://nexe.gamedev.net/directKnowledge/ in both C++ and C#.

Interesting concept.

Etienne
 
Back
Top