Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Obani

Pages: [1]
1
Suggestions / Re: FOV
« on: July 13, 2015, 03:15:57 pm »
Some people say it's easy to make a FOV effect with C++. Minetest actually did it, so maybe you could try to adapt this t BlackVoxel.

I didn't already looked for it so I'll just give you this link  ;) : https://github.com/minetest/minetest/search?utf8=%E2%9C%93&q=FOV

2
Suggestions / Re: Change pictures format
« on: July 13, 2015, 03:12:04 pm »
Qon : you didn't understand : the texture folder (that contains all the textures) has actually a weight of 140 Mb. One picture actually weighs about 1 Mb.
Bitmap is an uncompressed picture format.
With a compressed format, pictures would lose more than ten times of their actual weight.

3
Suggestions / Re: Change pictures format
« on: July 13, 2015, 08:38:32 am »
Sry : Mo = MegaOctet, the french for MegaBit. So change Mo into Mb ^^

4
Suggestions / Change pictures format
« on: July 12, 2015, 10:08:13 pm »
Actual pictures are stored with the format Bitmap (.bmp). If it was some compressed format as .png files, it would lose more than 120 Mo of weight (133 Mo to >= 10 Mo ).

Maybe should we change the engine for it accepts .png formats ?

Pages: [1]