PT_

Untitled

PT_
Mar 11th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <MateoC> Quick I need to add a graphics function what should it be
  2. <saxjax> [Nik] A function for what?
  3. <P_T> e^sin(X
  4. <MateoC> For the CE
  5. <MateoC> I'm updating the libs
  6. <P_T> oh :P
  7. <P_T> Scaling images to 1.5 etc
  8. * P_T hides
  9. <MateoC> Okay
  10. <saxjax> [Nik] Add 3d polygon rendering
  11. * MateoC gets on it
  12. <saxjax> [Nik] :P
  13. <P_T> >:D
  14. <P_T> Like gfx_ScaleImage(old width, old height, new width, new height)
  15. <P_T> and a pointer ofcourse
  16. <MateoC> Well I was thinking clipped scaled sprites might be more useful :P I'll do both
  17. <P_T> Clipped stuff, yay
  18. <MateoC> Scaling and clipping fast is a pita
  19. <P_T> That is why I said it xD
  20. <saxjax> [Cemetech] Unicorn entered the room
  21. <saxjax> [Cemetech] CalcMeister entered the room
  22. <saxjax> [Cemetech] CalcMeister entered the room
  23. <saxjax> [Cemetech] Jek entered the room
  24. <P_T> Mateo: gfx_FillArea(
  25. <MateoC> What does that do?
  26. <P_T> It fills an area :P
  27. <MateoC> You mean gfx_FillRectangle( ? :P
  28. <P_T> No
  29. <MateoC> Oh
  30. <MateoC> Like a flood fill?
  31. <P_T> Yeah
  32. <P_T> that
  33. <P_T> :P
  34. <MateoC> Okay I'll do that too
  35. <P_T> Both clipped and unclipped :)
  36. <MateoC> No
  37. <P_T> Mateo++ have fun :)
  38. <MateoC> Maybe
  39. <MateoC> idk
  40. <P_T> haha
  41. <P_T> And what aboug gfx_Gradient(?
  42. * P_T runs
  43. <saxjax> [ACagliano] haha that would help me out tons with my project!
  44. <MateoC> ACagliano: Also I think setting fonts is broken now :P
  45. <MateoC> Should all be done and fixed by tonight though :P
  46. <P_T> Wow
  47. <P_T> that is fast :P
  48. <P_T> You mean there is a new version incoming?
  49. <saxjax> [ACagliano] gfx_RadialGradient, gfx_LinearGradient, gfx_LoadFont (for irregular sizes) gfx_ResetFont
  50. <P_T> gfx_FontSize
  51. <P_T> gfx_Clip_Weird_Area for clipping a non-circular/rectangular area :P
  52. <MateoC> Such
  53. <P_T> Like, a star or so
  54. <MateoC> But what does gradient do?
  55. <P_T> This: https://imgur.com/a/03ZdU
  56. <MateoC> Um
  57. <P_T> from one color to another in a certain area
  58. <MateoC> How do I do that
  59. <P_T> I dunno :P
  60. <MateoC> But yes just keep throwing ideas at me
  61. <MateoC> I've got a whole week to program :P
  62. <P_T> Just look at Photoshop and have fun ;)
Advertisement
Add Comment
Please, Sign In to add comment