Skip to main content

My Roadmap part 2


A Journey to the 3D world.

This stage in my life, I have decided to learn about the 3D world before creating 3D games so When I start making games I have a robust understanding of the models.

So I started to read about it. The first thing was the pipeline of the creation of the 3d models( Concept Art - Modeling - Texturing - Rigging - Animation - rendering ).

I didn't like the Art section neither was good at it so I decided to go directly to the modeling part and just try to clone objects or do whatever comes to my mind. I followed step by step tutorials and try to get used to its interface. It was Maya Autodesk 2016.

My First model was a glass. It took 2 hours from me to do it alone after that, I couldn't find the button for saving the render result as an image so I took screenshot *lol*.


My First Model

After a lot of practicing and watching tutorials following the steps. I got a basic understanding of making models out of simple shapes and just coloring them without actual texturing. So I would just put the material and start coloring it. So with a little tweaking in the shapes, I could make some models ( TV - Laptop - Chair.. etc).


Unfortunately at this part of the journey. I made a shift-delete of one month of models by mistake. I was so angry about it and needed to relax a couple of days before starting again. later I found a laptop rendered image from this time.


My laptop model

I wanted to go to the next level. Making something more complex. so I decided to clone the Minion. It was really hard for me to make it. I remember I had a problem with the scale of the parts and making the shapes smooth. before I was only doing hard surface so doing this was a kind of struggle. it took me 3 days.

My Minion Clone

After creating the minion model, I wanted to animate it, I saw some rigging and animating stuff. and here come the problems when I tried to apply the basics of that. I couldn't, even making poses. It was a struggle.that's the moment when I learned the glory of the topology and its importance and all the models I made before was a disaster. 

At this time I started to learn about topology and watch pros tutorials and tips. and for the first time, I started to use references while I model instead of relying on memory to get the measurements right. I was getting the feel of a 3rd model. I remember while I was walking on the streets. I would look at the objects and imagine how I would model that. also, I had a Pro friend that gave me a huge boost by just watching him how he models.



Shoe Model(practicing topology)


I wanted my next challenge to be more complicated. so I decided to make Buzz Lightyear model. I couldn't do the face at this time as my background was all in hard surface modeling. actually, I made a face but it was just ruining the model, so I removed it. I took about a week to finish the modeling and for the first time, I tried to make a 4k image render it took a whole day.
Buzz Lightyear Suit Model

I got a bit confident about my modeling skills. I started to jump to other topics like UV, Texturing, Rendering so I can make a better representation of my models. I started doing daily modeling practice and try to make a good looking image out of it. Later I changed the rendering software to an easier one and it gave better results.



Practicing Modeling

After 3 Months of learning and exploring 3D creation aspects. I wanted to end my holiday with a masterpiece and combine what I learned in one project. Also, I wanted to animate it. but since I didn't learn much about rigging or animation. I couldn't. So I thought of just making the movement of the camera.

The model I chose for that mission was the Batbod from Batman Movie. It had a lot of details and its colors were simple.so that I can easily texture it. It took 1 week for me to make that.



Finally, I have reached a good understanding of how the 3d world works. I have learned a lot on this journey mainly on modeling as my main part and a bit on other aspects. I wanted to get back to the game development and make use of the knowledge I have gained.

At least now when I see artists' 3D creations, I appreciate the efforts to make those stunning art.
I would still do some modeling from time to time to refresh my memory,
here are some of the projects I did at various times also you can find some here.


Various models

Honorable Mention: after some years I wanted to make a cool 3d video so I made Grendizer dancing on Gangnam style.


So my next stage would be 3d Games and especially AR(Augmented Reality) ones. To be continued...

Comments

Popular posts from this blog

My Roadmap part 4

Electronics... Yikes! I told you previously that I have enough curiosity to dive into anything related to programming. Guess what, electronics and the world of embedded systems are now among them! It all started with participating in robotics competitions. The organizers told us that, to make a robot, you need to combine mechanical design with control design, and they gave us sessions on both. I barely cared for those sessions, as you know, I’m driven by a self-learning mindset (“I gotta do it my way!”). My first event was the Under-Construction competition organized by the IEEE Helwan Student Branch. I only had experience in programming and making games, and I was tutoring game-development sessions at the same time. I treated hardware the way I treat software: a trial-and-error strategy. Unfortunately, I realized the drawbacks a bit late, after burning countless components and, basically, burning money like crazy. “Let’s hit run and see.” Even when wiring: “Let’s wire and see.” I was ...

My Roadmap part 1

It all started with a dream... I was playing games all of my life and was good at it so why not make them. That's what I thought when I heard for the first time that you can make your own games with something called Programming Language. At first, It was c++ I learned it and was practicing it a lot, solving problems and automating stuff like solving math equations for assignments. I gained some confidence and It was time to make games and put some challenges. Solving equations Cardians method, Guessing the number game I started by making console games (x-o, Sudoku, Word Jumble). I was really proud of this *YaY* then started showing it to my friends. The only thing they said was "what is this black box, where is the game?".after that I decided it's time to learn how to make graphics with c++. Word Jumble, Sudoku Game After doing some searching, I found something called "SFML( standard fast multimedia library)" which I can use with c...

My Roadmap part 3

What is reality?... after learning programming and 3d modeling, so I wanted to make 3d games with unity. I saw some tutorials that followed it. it was kinda hard to make the transaction from 2d physics to 3d physics. I made so simple stuff. meanwhile. I was going to a competition IEEEXterme hosted in a company. and one of the participants showed us an application on his mobile. he pulled a paper from his pocket and opened a mobile application that opens the camera directly and pointed it to the paper and voila! a 3d object showed on the mobile phone. I was shocked and said "oh wow how do you do that!!", He didn't say though but later when I came back home I found it's called Augmented Reality and it's made using Unity. So basically augmented reality is an interactive experience of a real-world environment where the objects and blah blah... watch this video better After following some tutorials. I found a library called Vuforia and some videos explaining how ...