🧱Minecraft Classic 3D [Building] 🛠️

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • It's because in construct you can only use the CPU for calculating stuff, so having a good GPU doesn't mean almost anything. The raycast needs to check every single block in the game before drawing a single frame, that's the reason of the lag. And in fact, the game renders the double of the blocks you see, because the shadow is a object with transparent faces overlapping the model, not a texture or rendering tecnique.