Disabling Sprite Alias
by Dale Evjen · in Torque Game Builder · 09/06/2012 (7:13 pm) · 1 replies
Hello
How do you disable rendering Alias for all 2D objects in TGB. So that the pixel's edge will be sharp when scaled up.
It would help with my workflow in creating a pixel styled game. Not having two copies for all sprites, one to edit, another to load ingame.
Would help reduce image errors I'm been working with, IDAT's in .png s.
I have a partial solution, it just pixelates the outline.
Select the sprite, go to the edit tab, blending drop down.
Set source factor dst_alpha, and destination factor one_minus_dst_alpha.
This does not solve blending within the object and nullifies the alpha channel. At least it is a beginning.
Thank you.
How do you disable rendering Alias for all 2D objects in TGB. So that the pixel's edge will be sharp when scaled up.
It would help with my workflow in creating a pixel styled game. Not having two copies for all sprites, one to edit, another to load ingame.
Would help reduce image errors I'm been working with, IDAT's in .png s.
I have a partial solution, it just pixelates the outline.
Select the sprite, go to the edit tab, blending drop down.
Set source factor dst_alpha, and destination factor one_minus_dst_alpha.
This does not solve blending within the object and nullifies the alpha channel. At least it is a beginning.
Thank you.
Torque Owner Dale Evjen
E