Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2011, 7:37:00 PM (13 years ago)
Author:
dafrick
Message:

Extending and reorganizing ScreenshotManager and SkyboxGenerator.
The SkyboxGenerator now takes HD screenshots, thus the size of the faces generated by the SkyboxGenerator can now be specified freely (through a config value).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/scripts/KeyBindMenu.lua

    r8079 r8232  
    3737    table.insert(commandList, "printScreen")
    3838    if orxonox.GUIManager:inDevMode() then
    39         table.insert(commandList, "printScreenHD 3")
     39        table.insert(commandList, "printScreenHD")
     40        table.insert(commandList, "createSkybox")
    4041    end
    4142
     
    7273    if orxonox.GUIManager:inDevMode() then
    7374        table.insert(nameList, "HD screenshot")
     75        table.insert(nameList, "Create Skybox")
    7476    end
    7577
Note: See TracChangeset for help on using the changeset viewer.