Skip to content

Commit

Permalink
Software inventorycube (#7651)
Browse files Browse the repository at this point in the history
Fixes missing/upside-down images on Android.
  • Loading branch information
numberZero authored and paramat committed Sep 29, 2018
1 parent 5f0c969 commit 18a8fbf
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 310 deletions.
4 changes: 0 additions & 4 deletions builtin/settingtypes.txt
Expand Up @@ -719,10 +719,6 @@ ambient_occlusion_gamma (Ambient occlusion gamma) float 2.2 0.25 4.0
# Enables animation of inventory items.
inventory_items_animations (Inventory items animations) bool false

# Android systems only: Tries to create inventory textures from meshes
# when no supported render was found.
inventory_image_hack (Inventory image hack) bool false

# Fraction of the visible distance at which fog starts to be rendered
fog_start (Fog start) float 0.4 0.0 0.99

Expand Down
2 changes: 0 additions & 2 deletions doc/README.android
Expand Up @@ -39,8 +39,6 @@ file can usually be found at /mnt/sdcard/Minetest.
* gui_scaling: this is a user-specified scaling factor for the GUI- In case
main menu is too big or small on your device, try changing this
value.
* inventory_image_hack: if your inventory items are messed up, try setting
this to true

Known issues
------------
Expand Down
5 changes: 0 additions & 5 deletions minetest.conf.example
Expand Up @@ -841,11 +841,6 @@
# type: bool
# inventory_items_animations = false

# Android systems only: Tries to create inventory textures from meshes
# when no supported render was found.
# type: bool
# inventory_image_hack = false

# Fraction of the visible distance at which fog starts to be rendered
# type: float min: 0 max: 0.99
# fog_start = 0.4
Expand Down

0 comments on commit 18a8fbf

Please sign in to comment.