Jump to content

Recommended Posts

Posted

Hi,

yesterday I asked about an event that fires whenever the MC game loop loops. This is working fine but it is not exactly what I need.

Is there also an event  that fires only when the World is rendered? That would be really great since I cant seem to find any.

 

Thanks

- Busti

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

Lets think of it as rendering a screenshot with other opengl settings. At this time I only want to have an event that fires when the In-game World (+ Entities and dynamics) renders. But I might also want to render the In-game GUI later but it should not go beyond the pause screen.

I don't want the event to fire when the player is looking at the multiplayer menu for example.

 

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

I found the renderWorldEvent class but I still have no clue where the GUI is rendered.

I should be able to go on from here on my own but if you have any tips ore experience to share feel free to do it. :)

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

There is a difference between world rendering and screen rendering.

World rendering occurs always when you are in world (not main menu / other non-ingame gui).

 

If you are looking to render thing into the world like this:

 

11vgsyh.jpg

 

Then RenderWorldLastEvent is your friend (which I alredy pointed out in last thread).

 

As for "want to render the In-game GUI", I also pointed out - RenderGameOverlayEvent.

 

If not it, I have no idea what you are looking for, there are few other events look into: net.minecraftforge.client.event

1.7.10 is no longer supported by forge, you are on your own.

Posted

I am not trying to render Overlays of any sort.

Basically I am trying to render the whole world again without being displayed on the screen.

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

Posted

Have you ever seen the new youtube 360 VR feature?

If not here is a video for you (works only in chrome or yt app):

(Make sure to watch it on your phone for the best experience!)

 

I want to make a mod that captures such videos from minecraft in a fixed resolution without interfering with the actual gameplay.

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.