DavidM Posted July 11, 2019 Posted July 11, 2019 (edited) I am trying to make a camera-like block. There is a camera block and a screen block. I would like to place the camera block and the screen block in different location, and let the screen block render what the camera sees in the direction the camera is pointing. I would like the camera block to display the view in first person, as if it is what a player sees at the position of the camera. What would be the best way to achieve this? Answers regarding 1.12/1.13 are also welcomed, but 1.14 is more preferable . Edited July 11, 2019 by DavidM Quote Some tips: Reveal hidden contents Modder Support: Reveal hidden contents 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere Expand 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Expand Support & Bug Reports: Reveal hidden contents 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
Cadiboo Posted July 11, 2019 Posted July 11, 2019 The Tardis mod does something like this. I think that you should set the renderViewEntity to an entity in your camera's position, render everything to a frame buffer, set the renderViewEntity back & then render your frame buffer to the main mc one. 1 Quote About Me Reveal hidden contents My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Recommended Posts
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.