15 years, 8 months ago
Highlights
What format is best that has great example code available for C++ using the DX 9.0 SDK? The DirectX x-file format. Having said that, you might want to consider the Open Source A…
15 years, 8 months ago
I wrote my engine some time ago, and used the .X format to import animated character models. My artist is wanting to move away from this approach and would rather I be able to i…
15 years, 8 months ago
16 years, 3 months ago
bool alpha = false; ... technique technique0 { pass p0 { AlphaBlendEnable = FALSE; if( alpha ) { AlphaBlendEnable = TRUE; ... } VertexShader = ... PixelShader = ... } } What's t…
16 years, 3 months ago
If I were to develop a 3D app that I wanted to port to the 3 major touchscreen mobile operating systems, what language should I choose so that it's easily portable? I've develop…
16 years, 4 months ago
Latest Activity
See all in DiscussionsWhat format is best that has great example code available for C++ using the DX 9.0 SDK? The DirectX x-file …
15 years, 8 months ago
I wrote my engine some time ago, and used the .X format to import animated character models. My artist is …
15 years, 8 months ago
PERFECT!Thanks much!
16 years, 3 months ago