TexGen is an automated heightmap texture generator written in Java. Terrain texturing is often done procedurally within modern game engines and 3D applications. However, any user looking for an altenative, need look no further than TexGen.
Features
- Released under the GNU General Public License with full source code.
- Supports a variety of image formats (jpg,bmp,png,gif).
- Height-based texturing (as of v0.5)
- 3D terrain preview (as of v0.75)
- Slope-based texturing (coming soon in v1.0)
Follow TexGen
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I'm currently studying game programming and I usually draw my height maps in photoshop, but my textures never really look that good since I'm not great at graphics. This program lets me import my own height map and then generates a texture that fits perfectly with it. It's very easy to use and will help make my games look a bit better while I'm learning! Thanks for a great little program!