• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

interpolate

  1. Daniel Mallett

    Apply IDE settings in code

    How do I toggle Interpolate colours between pixels and v-sync in code? for that matter how do I access any relevant IDE accessible settings in code. Thanks in advance.
  2. jf_knight

    Any way to turn synchronization and interpolation on/off in game?

    I know they can be switched on and off in GM2 in the Game Options - Windows -> Graphics settings, but are there ways to toggle synchronization and interpolation on and off (with GML) while a game is running?
  3. Z

    Shaders Interpolating the GUI only

    I assume ill need a shader for this but i have no idea where to find it, help.
  4. V

    texture_set_interpolation()

    Hi. Does anyone know is there "texture_set_interpolation()" function in GameMaker's latest version? I have GM 2 Desktop IDE v2.2.1.375 Steam Runtime v2.2.1.287 and this function doesn't recognizable
  5. L

    Question - IDE Interpolate colors between pixels - Change color

    Hey there! So, I have a question: I can remember older versions of game maker where it was possible to change the color used by the option "interpolate colors between pixels". I can see that by default the color is black, but how can I change it?
  6. E

    Legacy GM [Likely Solved] How to check if texture interpolation is on/off?

    There is function called texture_set_interpolation but there is no such function that checks its value, like texture_get_interpolation. How to get current interpolation?
  7. E

    GML [SOLVED] Smooth "point_direction" problem.

    VIDEO: Hello! I have a problem with the angles, using point_direction. So basically, hammer weapon (object) have this Step Event code to return the direction of mouse position: mouseDir = point_direction(x, y, mouse_x, mouse_y); image_angle += (mouseDir - image_angle) * 0.25; This works...
  8. sv3nxd

    Legacy GM Dark outline around white spriteareas on white background

    Hey guys! So I found myself really enjoying playing around with this current project of mine. But today I came up with a REALLY annoying problem. So basically a lot of people had that problem already, but none of the solutions they had worked out for me. If you guys don't mind, I'll be...
  9. T

    Legacy GM Splash screen issues...

    Hello! Im just gonna get right into the issue.. So. I recently received studio 1.4 pro from a friend and was enabled to upload and display custom splash screens. However, I dont know how to turn of the interpolation for the splash screen. I unchecked the interpolate button in the game settings...
  10. S

    [SOLVED] GML function to turn on/off "interpolate colors between pixels"

    I posted a helpdesk ticket with the following contents: Anyone else want this? If there's enough demand for it, YYG will be more likely to implement it.
Top