Talk:Isometric screenshot
And HOW would one capture such isometric screenshot? I think it's wise to put that there too. --Alphasoldier 10:18, 16 April 2010 (UTC)
[edit] Dead link for the Infdev generator.
Since the redesign of minecraft.net the link http://www.minecraft.net/infdev/preview.jsp does not work. I do not have the date of when the design changed.
[edit] Re-added in 1.5_01
[code]<HTML> <HEAD><TITLE>Iso Test</TITLE></HEAD> <BODY> Test of Iso mode: <APPLET code="net.minecraft.isom.IsomPreviewApplet" archive="minecraft.jar" width="1024" height="768"></applet>
</BODY>[/code] This code, placed in a HTML file in your .minecraft/bin/ folder, actually brings up a working isometric screenshot tool, like form infdev, however it only reads from worlds named like the old ones, I do not know if it can only read old formats, will have to test further. This is working in 1.5_01