Jump to content

nulcow

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Female
  • URL
    nulcow.neocities.org

nulcow's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I already know shader programming, it’s just not what I want to do. Using Optifine shaders would require me to replace too much of vanilla Minecraft’s rendering. I want my thing to look like vanilla, but with the addition of simple shadows from entities. Right now, my primary concern would be finding a way to modify the LWJGL rendering code in Java.
  2. Yes, the shadow is intended to point in the direction of the light. I could also make it point in a fixed direction if that information isn’t available for whatever reason. But that’s besides the point.
  3. Basically, I want to modify the rendering system to do the following: Duplicate the entity's mesh Identify and isolate the silhouette of the mesh Extrude the silhouette faces in the direction of the light Apply an intersection shader (or a fixed-function LWJGL equivalent) to the mesh, so that only parts of the terrain which intersect the shadow mesh are in shadow I think that by doing this, I'll be able to add shadow volumes to the game. I also plan on modifying the renderer in other ways later on. I'm unable to find any information on how to do this, however. If anyone could help me hook into the game's renderer and render entities the way I'm trying to here, that would be very much appreciated!
×
×
  • Create New...

Important Information

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