ميدوح Posted March 1, 2016 Share Posted March 1, 2016 السلام عليكم ورحمة الله وبركاته حابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه .. ولو بتعرفوا ايش الطريقة اللي بتسوا بيها في DX وشكرا Link to comment
</Mr.Tn6eL> Posted March 1, 2016 Share Posted March 1, 2016 السلام عليكم ورحمة الله وبركاتهحابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه .. ولو بتعرفوا ايش الطريقة اللي بتسوا بيها في 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
ميدوح Posted March 1, 2016 Author Share Posted March 1, 2016 السلام عليكم ورحمة الله وبركاتهحابب اسالكم انه لو بتعرفوا كيف تميلوا نافذة معينة لاي اتجاه .. ولو بتعرفوا ايش الطريقة اللي بتسوا بيها في 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 } } انا سالت عشان ابغى اعرف في احد بيعرف زيي كيف يسويها .. وانت قولت الخطوات صح .. بس في خطوة اسمها dxDrawLine Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now