M7MD# Posted June 22, 2015 Share Posted June 22, 2015 السلام عليكم ورحمة الله وبركاته بسم الله اخواني في الموضوع السابق طلبت منكم كيف اكتب كلام وافدتوني بارك الله بكم بدون تحطيم الحين لاهنتم كيف احط صورة مثلن فوق ماركر معين واكون شاكر لكم من كُل قَلبيّ Link to comment
#DRAGON!FIRE Posted June 22, 2015 Share Posted June 22, 2015 local Url = "name.png" --- اسسم الصورة هنا local zUP = 4 ---- ارتفأع الصورة addEventHandler( "onClientRender", root, function ( ) local x, y, z = getElementPosition( marker ) local Mx, My, Mz = getCameraMatrix( ) if ( getDistanceBetweenPoints3D( x, y, z, Mx, My, Mz ) <= 15 ) then local WorldPositionX, WorldPositionY = getScreenFromWorldPosition( x, y, z + zUP, 0.07 ) if ( WorldPositionX and WorldPositionY ) then dxDrawImage( WorldPositionX, WorldPositionY, WorldPositionX, WorldPositionY, Url ) end end end ) Link to comment
M7MD# Posted June 22, 2015 Author Share Posted June 22, 2015 اشتغل لكن الصورة تطلع مو بمكانها وملخبطة وكبيرة لدرجه اني حطيتها 0.01 الارتفاع لكن لسه كبيرة ممكن كود اخر ابيها فقط عند الماركر يوم اقرب عن الماركر تكون ال صورة بطرف الشاشة ~ .. Link to comment
</Mr.Tn6eL> Posted June 23, 2015 Share Posted June 23, 2015 dxCreateTexture dxDrawMaterialLine3D 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