Smart Terrain Rendering with Xna using Billod algorithm
Version Française ici. If you’re a game developer you’ve already worked on terrain rendering. It is, in my opinion the critical point of a game. Not because conceptually speaking it is the most important visible thing on the screen but because it is the main factor playing on the performance and quality of your application. It is therefore important to use techniques designed to minimize the burden borne by your game to view the ground while preserving its quality display. This article shows a way that attempts to answer this question in XNA. Conducting a study of game engine designed … Continue reading Smart Terrain Rendering with Xna using Billod algorithm