Skip to main content

Questions tagged [format]

1 vote
2 answers
444 views

I would like to use a texture that could have more than 4 channels. I have seen a post where they use a single channel R8 texture to store string chars. I'm thinking of using something like that with ...
philB's user avatar
  • 331
0 votes
2 answers
487 views

Just a question regarding the storage of 2D map data. There are several topics discussed within gamedev, i.e. Array Storage: How to store 2D tile-map, custom map formats: A way to store potentially ...
John Cogan's user avatar
3 votes
0 answers
692 views

So I read about ASTC and that it should be preferred over S3TC. Where I'm concerned is the current status of hardware support. According to Wikipedia every major GPU manufacturer supports ASTC but ...
SargasDev's user avatar
2 votes
1 answer
582 views

Whenever I research audio in LWJGL 3, they always use STB which can only load Ogg files. All of my audio files are in either WAV or MP3 format, and it would be annoying to have to convert all of them. ...
GiraffeKey's user avatar
0 votes
1 answer
3k views

I am rading a text to be displayed in a Text UI from an asset using the standard commands Resources.Load<TextAsset>("nameOfMyTextAsset"); The text is a ....
JBJ's user avatar
  • 123
1 vote
1 answer
517 views

I'm using Irrlicht 1.8.1, and Blender 2.71 to create my animations. I've just create a simple cube, added a default material to it, and i've mapped a texture to it using UV unwrap, all that in Blender....
Irrmich's user avatar
  • 84
1 vote
1 answer
346 views

I'm soon starting programming my first 3D game in OpenGL, C++, for PC. It's going to be a top-down space-based game. Early on I want to create basic placeholder 3D models for my objects, and then in ...
user avatar
1 vote
1 answer
875 views

I render some lines with alpha values into an FBO. Because I play a lot with alpha, I need the alpha channel to have more detail than RGBA8. For example, RGBA32F works like a charm. As I have only a ...
ypnos's user avatar
  • 141
0 votes
3 answers
319 views

I need to know the best way to calculate an outcome between 2 types of units. Each unit has 3 factors: Health, AttackPower, Defense There is also a last factor of anti-troop which says that one ...
Kaizer's user avatar
  • 145