0 Members and 1 Guest are viewing this topic.
Quote from: Craig on April 26, 2013, 08:44:40 AMOnce a map gets built up significantly, the GPU can start struggling to draw all the graphics, causing lower frame rates or draw lag.It's all about visible faces. A face is the side of a block. If the side of a block is exposed to air, that side is a visible face and the game must draw it. The more visible faces the game has to draw, the more work it has to do; the more likely the map will start to hit the limits of the graphics hardware.1. Hidden visible faces. How can visible faces be hidden? These are faces inside enclosed areas. The game does not know if a face is inside an enclosed area, all it knows is if the face is exposed to air. Significant landscaping can create enclosed areas. e.g. if you build a flat surface over a non flat terrain, this can leave empty areas underneath the flat surface you built, down to the ground. Any face inside this enclosed area will still have to be drawn, even though players will never see them. So to remove these hidden visible faces, fill in the enclosed areas. The Creative Fill tool is a great way to do that.Quote How does that work with the grass and flowers? If I use flood and it fills in around grass and flowers does it leave a visible face? How about water if I flood over water how does the system handle that? Should I fill in the water first or does it not matter?Thanks for your time.By creative flood, he means the creative flood feature that allows you to fill large areas with any block of your choice.
Once a map gets built up significantly, the GPU can start struggling to draw all the graphics, causing lower frame rates or draw lag.It's all about visible faces. A face is the side of a block. If the side of a block is exposed to air, that side is a visible face and the game must draw it. The more visible faces the game has to draw, the more work it has to do; the more likely the map will start to hit the limits of the graphics hardware.1. Hidden visible faces. How can visible faces be hidden? These are faces inside enclosed areas. The game does not know if a face is inside an enclosed area, all it knows is if the face is exposed to air. Significant landscaping can create enclosed areas. e.g. if you build a flat surface over a non flat terrain, this can leave empty areas underneath the flat surface you built, down to the ground. Any face inside this enclosed area will still have to be drawn, even though players will never see them. So to remove these hidden visible faces, fill in the enclosed areas. The Creative Fill tool is a great way to do that.Quote How does that work with the grass and flowers? If I use flood and it fills in around grass and flowers does it leave a visible face? How about water if I flood over water how does the system handle that? Should I fill in the water first or does it not matter?Thanks for your time.By creative flood, he means the creative flood feature that allows you to fill large areas with any block of your choice.
How does that work with the grass and flowers? If I use flood and it fills in around grass and flowers does it leave a visible face? How about water if I flood over water how does the system handle that? Should I fill in the water first or does it not matter?Thanks for your time.
By creative flood, he means the creative flood feature that allows you to fill large areas with any block of your choice.
I understand that, but when you use flood it floods the area. It does not change the blocks already down. So grass flowers and anything else in it's path just gets covered over not changed. I am wondering if any of these should be removed or do they not have visible faces when flooded over?
They have visible faces. You can confirm by using no clip. I've changed flood in 2.0 to overwrite grass, flowers, etc.
Trees?
No, only the blocks with a 'icon' render type. Those are blocks that are drawn as 2 x 2D planes in a cross shape, like flowers, grass, torches, etc.