python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
use free texture packer for phaser3
I'm using phaser3 and free texture packer, is it possible to do that? if yes please tell me how?
I tried to use addAtlasJSONHash but it was logging that this function is undefined, so I tried game.add...
5alidshammout
Votes: 0
Answers: 2
Unreal engine 4 blurry texture with Never stream true
I have 2k textures for a gun(SkeletalMesh). It looks perfect in editor and badly blurred on device.
Obviously it looks like a streaming issue, so I set Never Stream true for the gun texture. It doesn'...

DoN1cK
Votes: 0
Answers: 0
How to store INTEGER vec2 to texture using FBO and read it by glReadPixels
I want to generate an integer texture with two channels, and I want the first channel to store the index of each vertex and the second channel to store the index of the model, so each pixel in this te...
yys_c
Votes: 0
Answers: 1
Perlin noise map color transition with uniform thickness
I want to create a evenly sized zone at a specific height to transition between colors.
The issue i am having is that i cannot get this zone to stay even in size.
Is there a way to achieve this?
I hav...
Tim Starmer
Votes: 0
Answers: 0