How do I make a video game? CHAPTER 2: Making of first 3D models
Because I make a video game on my own I had an idea to make the whole scene in low poly style. I started with trees.
MODELING
For this time I created it in 3ds Max. You can use also this software or many others like Maya, Blender or Zbrush. All is only about your preferences. I started with tree trunk:
Subsequently I connected vertexes so it created triangles. For a better "cartoon look" I transferred some vertexes which created very nice hard edges:
Next I created a cone which represent tree crown. I also connected vertexes and transferred some vertexes for a better look:
After all I cloned this cone 3 times and a 3D low poly model was nearly finished:
TEXTURING
When was my 3d model finished I created an UV maps. UV mapping is the 3D modeling process of projecting a 2D image to a 3D model's surface for texture mapping. It's something like breaking a globe to 2D map of the world. I created textures in Substance painter because it allows making PBR textures. PBR (Physically based rendering) is a model in computer graphics that seeks to render graphics in a way that more accurately models the flow of light in the real world.
Sometimes, when there is low requirement to graphic side low you can use for example Photoshop. If you make a video game in Unity you can also use implemented materials with standard shader.
PRESENTATION
For these purposes I make a render of my tree in Marmoset Toolbag. I hope you like it. :)
PREVIOUS CHAPTER 1: Start