Jump to content

Render a player as ghost-like


Reflxction

Recommended Posts

Hello. Over the past days I've been trying to find a way to render players to look transparent, just like when they're invisible with the see invisible friends scoreboard tag. I looked around the game code a lot and really couldn't find anything that seemed to be what I want. I probably didn't search enough, so can you possibly help me in my process or tell me where the best place to look at is?

 

Regards

~Reflxction

Link to comment
Share on other sites

You might not actually need to render everything yourself, if there’s a playerRenderEvent.Pre you could probably just enable blend & do a blend function. Then disable blend again once everything is done rendering

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.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)

Link to comment
Share on other sites

8 hours ago, Spaceboy Ross said:

Cancel the render player event, that's the start. You're going to have to access the shader code and write a shader in GLSL to render the player as transparent. Then you're going to have to apply the shader and render the player yourself don't forget to unbind the shader program when you're done.

 

6 hours ago, Cadiboo said:

You might not actually need to render everything yourself, if there’s a playerRenderEvent.Pre you could probably just enable blend & do a blend function. Then disable blend again once everything is done rendering

Thanks for the help! I'll try when I get on my computer and report back. 

Link to comment
Share on other sites

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.

×
×
  • Create New...

Important Information

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