Surprise Me!

UPBGE Tutorial | Como Criar Gráficos de PSX/PS1 | Games 3upbge #tutorial #gamesindie

2025-09-21 0 Dailymotion

Se inscreve no canal e aperta o botão de like!
compartilhe o vídeo!
____________________________
Siga-me no Instagram: @lirahartslr
Facebook: https://www.facebook.com/liraharts
_____
Link Loja Virtual de Camisetas: https://umapenca.com/Lirahartslr

____-----_____-----______------
Musicas neste vídeo:
Electro-Light - Symbolism pt. II [NCS Release]
LFZ - Popsicle [NCS Release]
-----------------
Custom 2D filter:
uniform sampler2D bgl_RenderedTexture;

in vec4 bgl_TexCoord;
out vec4 fragColor;

void main() {

float ScreenW = 640.0, ScreenH = 480.0;
float Pixeliz = 5.0;

float pixW = Pixeliz*(1.0/ScreenW), pixH = Pixeliz*(1.0/ScreenH);
vec2 pos = vec2(pixW*floor(bgl_TexCoord.x/pixW), pixH*floor(bgl_TexCoord.y/pixH));
fragColor = texture(bgl_RenderedTexture, pos);
}
--------------------------------
Quem quiser contribuir com o canal, o meu pix é: 83982053490
-----------------
Palavras chaves:
blender tutorial ps1 - criar jogo gráficos de ps1 - upbge psx
----------------------------
#blendergames #upbge #gamesdevelopment #gamesindie #tutorial #ps1graphics