Posted September 13, 201312 yr Does anyone know if it is possible to make a panoramic image from the location of a multi-block, for example a portal. And if so how would it be done? Thanks in advance
September 14, 201312 yr Hi To be honest I don't understand your question at all. Perhaps you could add a bit more explanation, or even better a mocked-up picture of what you have in mind? -TGG
September 14, 201312 yr he mean how to make stuff like Args magica does,render blocks in inventory. For Ben: itemRenderer.renderItemAndEffectIntoGUI(this.fontRenderer, this.mc.renderEngine, itemstack, l, i1); itemRenderer.renderItemOverlayIntoGUI(this.fontRenderer, this.mc.renderEngine, itemstack, l, i1); that is how render item,if you need
September 15, 201312 yr Author Hi To be honest I don't understand your question at all. Perhaps you could add a bit more explanation, or even better a mocked-up picture of what you have in mind? -TGG What I want to be possible is to "see" through a nether portal before you go through it and I was if I was to create a panoramic view then the image would be visable at different angles, for example If you look up and down you can see different stuff in that dimension, is that a better description of this post? he mean how to make stuff like Args magica does,render blocks in inventory. For Ben: itemRenderer.renderItemAndEffectIntoGUI(this.fontRenderer, this.mc.renderEngine, itemstack, l, i1); itemRenderer.renderItemOverlayIntoGUI(this.fontRenderer, this.mc.renderEngine, itemstack, l, i1); that is how render item,if you need Thanks but I dont think that will help for what I want to do but I am new to modding I might use that so thanks anyway
September 15, 201312 yr Hi OK now I understand. Unfortunately I don't have any idea how to do it! I think it would probably be quite complicated even for an expert (which I'm not). Essentially you would need to move the camera position to a new location (into the nether), render a scene and then move the camera back to the player and render the scene again, except for the portal. DieSieben07 has made a CameraCraft mod which covers some aspects of that, he/she might have some insights. Good luck with it :-) -TGG
September 15, 201312 yr Author Hi OK now I understand. Unfortunately I don't have any idea how to do it! I think it would probably be quite complicated even for an expert (which I'm not). Essentially you would need to move the camera position to a new location (into the nether), render a scene and then move the camera back to the player and render the scene again, except for the portal. DieSieben07 has made a CameraCraft mod which covers some aspects of that, he/she might have some insights. Good luck with it :-) -TGG Thanks for the help I will look into it. I hope I am able to do it
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.