Is it possible for me to add a gif as a texture?

  • theonciest
  • Topic Author
More
9 years 3 months ago #1 by theonciest Is it possible for me to add a gif as a texture? was created by theonciest
Hey just wondering if it's possible to add animated gifs over a sprite, or something like the dirt? Very curious as to what I would write in terms of code.

How would it go?

texture texDirt < string source = "MasterEffect/mcdirt.gif"; > {Width = BUFFER_WIDTH;Height = BUFFER_HEIGHT;Format = RGBA8;};

Please Log in or Create an account to join the conversation.

  • crosire
More
9 years 3 months ago #2 by crosire Replied by crosire on topic Is it possible for me to add a gif as a texture?
ReShade does not support animated GIFs. You can use a texture atlas and move through it based on time to achieve such an effect though. The Gr8mm effect (I think that's what it was called) in the framework does this for example.

Please Log in or Create an account to join the conversation.