Saltar al contenido
  • Global

    Global

    Chatroom Rules

    • NO SE DA SOPORTE EN CHATBOX
    • NO SPAM
    • NO FLOOD

Publicaciones recomendadas

  • Usuario
Publicado

Buenas. Tengo una duda y por el momento nadie me ha ayudado o aclarado la misma, quisiera saber como hacer una dxImage en 2D (o 3D) para hacer un radar como el del vídeo adjunto. Siempre he intentado hacer uno de estos y no he podido hacerlo, he usado multiples funciones y OffSet's del dxDrawImage, y nada me ha dado lo que quiero hacer.. ¿me podrían ayudar? :unsure:

 

 

  • Ex-Staff
Publicado
sx,sy = guiGetScreenSize()

myShader = dxCreateShader('img.fx')
textura = dxCreateTexture('imagen.png')

if myShader and textura then
	dxSetShaderValue(myShader,'gTexture',textura)
end

rotX,rotY,rotZ = 180,0,0

addEventHandler('onClientRender',root,function()
	dxSetShaderTransform(myShader,rotX,rotY,rotZ)
	dxDrawImage(sx/2-300/2,sy/2-200/2,300,200,myShader,0,0,0,tocolor(255,255,255,255))
end)

Descarga este Shader

Imagen puede ser una imagen cualquiera.

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Invitado
Responder a este tema...

×   Pegar como texto enriquecido.   Pegar como texto sin formato

  Only 75 emoji are allowed.

×   Tu enlace se ha incrustado automáticamente..   Mostrar como un enlace en su lugar

×   Se ha restaurado el contenido anterior.   Limpiar editor

×   No se pueden pegar imágenes directamente. Carga o inserta imágenes desde la URL.

  • Explorando recientemente   0 miembros

    • No hay usuarios registrados viendo esta página.
×
×
  • Crear nuevo...