Jump to content

سؤال عن إمكانية إمالة نافذة


Recommended Posts

السلام عليكم ورحمة الله وبركاته

حابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه ..

ولو بتعرفوا ايش الطريقة اللي بتسوا بيها

في DX

وشكرا

Link to comment
السلام عليكم ورحمة الله وبركاته

حابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه ..

ولو بتعرفوا ايش الطريقة اللي بتسوا بيها

في DX

وشكرا

نافذة gui

ولا

dx?

اذا دي اكس

استخدم رندر تارقت

2D rotation

dxCreateRenderTarget 
dxSetRenderTarget 
dxDrawImage -- draw render target 

3D rotation

dxCreateRenderTarget 
dxCreateShader 
dxSetShaderValue -- set shader value to render target 
dxSetRenderTarget 
dxSetShaderTransform 
dxDrawImage -- draw shader 

ملف الشادر

texture Tex0; 
  
technique simple 
{ 
    pass P0 
    { 
        //-- Set up texture stage 0 
        Texture[0] = Tex0; 
  
        //-- Leave the rest of the states to the default settings 
    } 
} 

Link to comment
السلام عليكم ورحمة الله وبركاته

حابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه ..

ولو بتعرفوا ايش الطريقة اللي بتسوا بيها

في DX

وشكرا

نافذة gui

ولا

dx?

اذا دي اكس

استخدم رندر تارقت

2D rotation


3D rotation


ملف الشادر

texture Tex0; 
  
technique simple 
{ 
    pass P0 
    { 
        //-- Set up texture stage 0 
        Texture[0] = Tex0; 
  
        //-- Leave the rest of the states to the default settings 
    } 
} 

انا سالت عشان ابغى اعرف في احد بيعرف زيي كيف يسويها .. وانت قولت الخطوات صح .. بس في خطوة اسمها dxDrawLine

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...