why is everything flat in video games?

  Рет қаралды 1,301,320

Stylized Station

Stylized Station

Күн бұрын

Black Friday is here! Grab my Game Art courses 50% off: courses.styliz...
--------------------------------------------
🎥 What I've created : / stylizedstation
🐣 What I'm working on : / stylizedstation
📸 What my community is creating : / stylizedstation
👑 Where you can support me: / stylizedstation
🎨 Where to hang out with me: / discord
🌎 What I'm selling: stylizedstatio...

Пікірлер: 877
@Snowfly1
@Snowfly1 2 жыл бұрын
Dont let flat-earthers know about this 💀
@NikitaGal31
@NikitaGal31 2 жыл бұрын
Earth probably isn't flat. The thing is our 7 continents are only a small part of it.
@Phyllion-
@Phyllion- 2 жыл бұрын
@@NikitaGal31 fun but totally useless fact; in scale, the distance between the lowest and highest points on earth's surface is so small compared to the earth's size that it'd feel smooth if you were huge enough to swipe your finger across it. So you could argue that while the earth itself isn't flat, its surface almost is lol
@ultimatumdweebium2965
@ultimatumdweebium2965 2 жыл бұрын
@@Phyllion- fun fact, that has been proven wrong, our fingers are super sensitive
@shawns4354
@shawns4354 2 жыл бұрын
It would be as smooth a queue ball.
@peezieforestem5078
@peezieforestem5078 2 жыл бұрын
That would require them learning math, which is too tall of a task, especially given how math is created to control the population.
@LightningbrotherG
@LightningbrotherG 2 жыл бұрын
It might be too technical, but I'd love a video on why polygons are so expensive, but the light calculations that use normal maps are relatively cheaper.
@AndreInfanteInc
@AndreInfanteInc 2 жыл бұрын
The short version is that drawing an additional triangle involves a lot of math. You have to determine if the triangle should be drawn, whether it's facing the camera, and which pixels it should cover. You have to determine in what order it should be drawn so it gets drawn in front of the stuff that's further from the camera, and after the stuff that's closer. If you're using MSAA you have to do some of these computations repeatedly. You have to do all of this before you even *start* doing lighting calculations, and some of it has to be re-done for each light that touches it, depending on which overall rendering pipeline you're using. In contrast, if you're already drawing a triangle, texturing it is pretty easy. You have three known points in a texture, three known points on a triangle, and you can just do some simple math to go grab the proper texel from the texture based on where you are on the surface of the triangle (mip levels / anisotropic filtering complicate this a little, but the point stands -- texturing is super cheap). So loading an extra texture map for the normals doesn't actually cost much. And then, when you light the mesh, instead of just using the geometry normal, you grab the texel from the normal map, apply it as an offset, and do exactly the same lighting calculation you were gonna do anyway. You still had to do the lighting calculations per pixel anyway, so adding a texture read and applying the offset costs very little. Another way of thinking about it is that geometry is a much richer (and more costly) representation than normal maps are. Geometry has depth and form. It can occlude, it can be behind, or in front of things, it changes how it looks when your perspective changes, even in the absence of lighting. Its surface directional detail is only one element of a much larger whole. Normal maps are literally just "hey, pretend this bit is facing a different direction than it actually is when you light it." It works well for encoding subtle details on surfaces, but it's a fundamentally simpler representation. That's why it's cheaper.
@AndreInfanteInc
@AndreInfanteInc 2 жыл бұрын
Realized there's a bit of jargon here: Texel = pixel in a texture (as opposed to onscreen) MSAA = "A type of anti-aliasing where you re-do some of the math of drawing triangles repeatedly to avoid harsh jaggies around the edges" Mip level / anisotropic filtering = You know how old PS1/PS2 games look super fizzy when looking at the horizon? That's because when a polygon is tilted away from the camera by still visible, it's easy to get into a situation where there's more than one texel per screen pixel, because they're jammed together by foreshortening. When you draw it, you get some arbitrary pixel from the set of potential options, and if the camera moves even a tiny bit, you get a different one, which causes an ugly, noisy, unstable appearance. In real life, you just see a weighted average of all the options -- no fizz. So mipmapping / anisotropic filtering is a way to store sort of "pre-blurred" versions of the textures alongside the originals, so when you get into that situation you can grab from the blurry version that already averages that information, which solves this problem.
@Tsunami14
@Tsunami14 2 жыл бұрын
@@AndreInfanteInc VERY informative. Thanks for sharing.
@HannahAgra
@HannahAgra 2 жыл бұрын
@@AndreInfanteInc thank you so much, this was all very clear and tremendously helpful
@gabrilapin
@gabrilapin 2 жыл бұрын
@@AndreInfanteInc I knew a few things you said but not all of it so very fascinating ! Thanks for sharing this knowledge ;D
@ev1lbolt174
@ev1lbolt174 2 жыл бұрын
As a 3D texture student, the "this is normal" on a thumbnail of a normal map is such a clever pun. Take my like
@FlameRat_YehLon
@FlameRat_YehLon 2 жыл бұрын
As a random gamer that has math background... I've basically completely forgotten that normal means non-unnatural when looking at the thumbnail
@aesthetic4829
@aesthetic4829 2 жыл бұрын
As someone starting 3d modeling and vfx I also found it funny
@CrimsonAkato
@CrimsonAkato 2 жыл бұрын
as a person who just mods games and does 3D as something like a hobby . yeh it was indeed funny tho I often am too lazy to add normal maps to the models used in my mods. sometimes I don't even have any normal maps and I gotta make my own which uhh pain so yeh lmao
@beamboy07
@beamboy07 2 жыл бұрын
As somone who is alive i find this funny
@danielmcelroy4505
@danielmcelroy4505 2 жыл бұрын
💯💯💯
@fatmario8244
@fatmario8244 2 жыл бұрын
The amount of normal mapping used in Nintendo Switch games like Mario Odyssey and BoTW is crazy, they achieve real looking 3D and are stunning yet can run small hardware.
@idontknowwhatnameshouldipu1864
@idontknowwhatnameshouldipu1864 2 жыл бұрын
The amount of normal mapping used in games.
@yourni8tm4r39
@yourni8tm4r39 2 жыл бұрын
nintendo is always a generation behind with graphic sucks that they force you to buy this shit plastic shit to play there good games
@obiwanjaco
@obiwanjaco 2 жыл бұрын
@@idontknowwhatnameshouldipu1864 🤓
@tingledinkle
@tingledinkle 2 жыл бұрын
@@idontknowwhatnameshouldipu1864 🤓
@NaudVanDalen
@NaudVanDalen 2 жыл бұрын
Someone should tell The Pokemon Company about normal mapping.
@sagehanson190
@sagehanson190 2 жыл бұрын
I remember the first time I noticed the existence of a normal map. I was playing GTA V, doing donuts in grass or something, when I spotted strange shadows in my tread marks. They were angled the same direction all the other shadows around me were. Now I had pretty substantial knowledge on games and the techniques they imploy, however I had never even heard of a normal map before. For a bit I was _certain_ my vehicle was leaving behind a 3d imprint, but after closely examining the treads I realized they were, in fact, 2d. My mind couldn't wrap around how they could add shading to a 2d texture, and for the longest time I had no idea how they did it. In the time since I've learned of the existence of normal maps, but I'm glad to see a video going over all these details I was oblivious to.
@julius7506
@julius7506 Жыл бұрын
It's normal to think that way.
@takashimatta
@takashimatta 2 жыл бұрын
The fact that you used genshin as an example for parallax mapping, is a great example. That game uses a lot of mapping methods to decrease processing cost. Normal maps, specular maps, parallax maps, you name it.
@user-qw6ht7jw2b
@user-qw6ht7jw2b 2 жыл бұрын
Yet it still only runs at 30 fps on the PS4.
@snesmocha
@snesmocha 2 жыл бұрын
Botw and half life alyx are insane for this
@fword_hok
@fword_hok 2 жыл бұрын
@@user-qw6ht7jw2b Ps4 only runs games at 30 fps
@megabuster3940
@megabuster3940 2 жыл бұрын
Yeah I really started to notice with the Liyue roof tiles
@icerink239
@icerink239 2 жыл бұрын
@@user-qw6ht7jw2b True, mindblowing that higher mid range phones run this game at 60 fps
@typicalnpc
@typicalnpc 2 жыл бұрын
Commenting on the last part of the video where you talked about depth on flat surfaces. The first time I actually noticed this was when I was playing Dark Souls on my Xbox. I was in Undead Purgatory and just so happened to look at the ground which was on a bricky surface. Seeing how they made what looked like hundreds of individual 3d bricks on a flat surface blew my mind. I knew about normal old normal maps but that... that is something that I really want to learn more about.
@luizfernandonoschang8298
@luizfernandonoschang8298 2 жыл бұрын
I guess he's talking about tesselation. As far as I know, this technique still uses the normal maps to fake details when you're away from the 3D object. But as soon as you get closer to it, the engine will use the normal map (or another depth/height map) to brake your object into smaller polygons and translate the height of these polygons according to the texture. Basically, you're using a texture to "create details on the fly" only when needed. This cannot be confused with LODs. LODs do something similar, adding detail to the object, but in every direction and not specifically for height and depth. Also, your object need to have enough geometry for tesselation to work, so I guess it's common to combine both techniques.
@kevin5475845
@kevin5475845 2 жыл бұрын
@@luizfernandonoschang8298 the thing i was thinking of was parallax occlusion mapping. sisnce it looked more like that with what he showed. especially rooms inside a building. those details can be faked without tessellation
@Madgoblinn
@Madgoblinn 2 жыл бұрын
hey i discovered it in dark souls also!! i noticed it when i was in the lava area, after the discharge guy gets rid of the lava, the walls looked so crazy so i got close to them and realised how undetailed the model was and was amazed
@marcusorta714
@marcusorta714 2 жыл бұрын
I already had some minimal knowledge about how this kind of stuff (game graphics, engines, textures, etc) worked, but that image at 2:30 blew my freakin mind. It puts into perspective how awesome certain revolutionary techniques are (such as normal mapping)
@davelonghi8229
@davelonghi8229 2 жыл бұрын
What I love about your videos is the fact that you can manage to put 30min of knowledge in 5 minute videos 🙏
@Dany12156
@Dany12156 Жыл бұрын
OMG, thats so true. This skill is priceless for KZbin blogger.
@davelonghi8229
@davelonghi8229 Жыл бұрын
​@@Dany12156 Almost unprecedented 😂
@somewhat-blue
@somewhat-blue 2 жыл бұрын
I never expected this to somehow also explain Sims 4 custom content to me, but here we are. Thank you for teaching me what a normal map is!
@doodoo2065
@doodoo2065 2 жыл бұрын
Bro, telegram rlly seems to be popular among youtubers doing secret giveaways they never talked about in their channels
@SimoneBellomonte
@SimoneBellomonte 2 жыл бұрын
@@doodoo2065 ?
@doodoo2065
@doodoo2065 2 жыл бұрын
@@SimoneBellomonte i was replying to a bot impersonating this KZbinr
@gilcarv6804
@gilcarv6804 2 жыл бұрын
Thats something that i've always wondered about graphics in games, I would stand close to a wall in a game trying to see how the light was bouncing in some surfaces bout they only looked 2d lol.
@Ashamedofmyself
@Ashamedofmyself 2 жыл бұрын
I recently started learning Blender, and some of the terms being thrown around were still very vague to me. This made me better understand what I'm actually doing. Great video!
@maz_uwu
@maz_uwu 2 жыл бұрын
Just found your channel and I wanted to say this is exactly what I’ve been looking for: simple but still technical explanations of common video game and 3D dev techniques. Cheers!
@kuddlykraken2157
@kuddlykraken2157 2 жыл бұрын
I've done some texture mods for a game and normal mapping is something I've come across and had a very simple understanding of what they do, I'm glad I came across this in Recommended to get a higher understanding. Who knows? maybe it'll help me with my own future endeavors!
@ethansreviews9024
@ethansreviews9024 2 жыл бұрын
It's so cool how almost everything in video games is an illusion. 3D looking textures look 2D, low poly models used to convey detail at distance, things tend to unload when not being looked at, etc
@Falconite
@Falconite 2 жыл бұрын
I clicked on the thumbnail for the normal pun and stayed for the content. Great stuff as always! Also excited for the hinted at parallax mapping episode coming up.
@unrealization3332
@unrealization3332 2 жыл бұрын
It would've been good to mention that for unreal specifically, the B channel (Depth) of the normal map gets entirely thrown away when using the Normal Map compression, then they get regenerated when used inside a material from the R and G channels. So if using unreal, it isn't worth trying to get fancy with the B axis since it's just going to be thrown away anyway.
@kendarr
@kendarr 2 жыл бұрын
What possible reason does unreal have to do that?
@unrealization3332
@unrealization3332 2 жыл бұрын
@@kendarr The compression type for normal maps in UE repacks R+G into RG+BA, so you get 2x the bit depth so higher precision normals. I forget the exact bit depth now, but it'll be 16 per channel instead of 8 for example, so you get might higher than 0-255 values, which creates a better overall normal but is still compressed nicely.
@user-qw6ht7jw2b
@user-qw6ht7jw2b 2 жыл бұрын
Since normals are normally normalized, you can calculate the missing channel if you know the other 2, so only 2 need to be stored which saves space. On the other hand, if you store all 3 channels, you can have a vector with variable length which determines light attenuation (or amplification), allowing you to do more fancy things with your normal map.
@kendarr
@kendarr 2 жыл бұрын
@@unrealization3332 I guess that's the reason we artists are not programers lol, thanks
@kendarr
@kendarr 2 жыл бұрын
@@user-qw6ht7jw2b Kinda makes sense, thanks, it's just wierd to think about it
@RSpudieD
@RSpudieD 2 жыл бұрын
Great video and explanation on normal maps! Normal maps and depth maps some of my favorite tricks when it comes to 3D modeling and they're really powerful. It's impressive how detail they can give without much impact.
@marius35mm
@marius35mm 2 жыл бұрын
"Normal" or " Surface Normal" it is the best name because it comes from Physics. "In mechanics, the normal force N is the component of a contact force that is perpendicular to the surface that an object contacts"
@aldoferdian6039
@aldoferdian6039 2 жыл бұрын
Iam already working quite awhile in industry, this is literally the best explanation of normal map to a lot general population
@mrfunk2066
@mrfunk2066 2 жыл бұрын
I'm taking a computer graphics class currently and literally just completed an assignment where we implemented the Phong illumination model for our ray tracer. Cool video!
@luz0103
@luz0103 2 жыл бұрын
ive always wondered about the rooms in spiderman! I'm looking forward to the explanation
@gucenuckle
@gucenuckle 2 жыл бұрын
I am not an expert on this, but if I am correct... I believe the rooms in spider man are done with parallax scrolling, which in the most basic sense is taking multiple images and making them move independently of one another, creating a 3d effect. That's just what it looks like to me, however I could be completely wrong, I believe the main menu for Halo Reach actually did this.
@ZeroSensed
@ZeroSensed 2 жыл бұрын
@@gucenuckle you are right on the money mate
@luz0103
@luz0103 2 жыл бұрын
@@gucenuckle oh thats really interesting!
@018FLP
@018FLP 2 жыл бұрын
This explanation about how RGB converts to Direction is mindblowing, i always wondered but it never clicked
@Nanomaroni
@Nanomaroni 2 жыл бұрын
Why is everything flat in video games? Me: Excuse me Mister! How dare you say my beloved Pong looks flat! I play it for over 40 years and it still astonishes me how much detail they packed in.
@Andrei5656
@Andrei5656 2 жыл бұрын
Oh god yes please do the one with the rooms inside buildings without them actually being geometrically there. I'm a huge Flight Simulator guy and almost all the buildings un MSFS have rooms and interiors. How does it work? I can see it's a trick when moving the camera around and look closely but frol afar or at a quick glance, the illusion is perfect. Love your videos, thank you.
@GraveUypo
@GraveUypo 2 жыл бұрын
it's a perspective-changing cube map projection (basically a fancy scrolling texture). valve games use those for reflections.
@mehradzeinali9703
@mehradzeinali9703 2 ай бұрын
actually the best video on the topic and explaining the blue channel too
@jaredjones6570
@jaredjones6570 2 жыл бұрын
@ 1:54 "this line is affectionately called... the normal. Not the best name" This is the mathematical term for it. It's not as if it were invented for video games. The normal direction is a pretty standard terminology. I wish more people would get used to it 🤣
@jonwatte4293
@jonwatte4293 2 жыл бұрын
The up/down channel is typically blue, not green. Red is the direction of U texture coordinates, green is the direction of V texture coordinates (in the plane of the polygon.)
@ruki4929
@ruki4929 2 жыл бұрын
As a 3d animation student, I never understood why normal maps. Looked like that until now: thank you for actually explaining it!
@noonenoesbutme
@noonenoesbutme 2 жыл бұрын
FYI it's called normal, because in engineering and math, primary method of describing things that move in the direction are called vectors. I've taken whole classes on vector calculus. Basically a vector is something with a value and a direction. As an example when we stand on the ground your body exerts a vector of your mass in body weight multiplied by the force of gravity, and in the direction of the center of the Earth. Makes sense, gravity points towards the center of the Earth. But the fact that it points in a direction is important. In this video he describes the word 'normal'. In physics and engineering normal means vertical towards the face of the surface. So if you have a six-sided dice. If you roll the dice and six lands face up, then an imaginary arrow that pointed straight up would be an arrow that is normal to the face of the six side. Basically it just means any service has a forward and backward direction that it points to. So your countertops have a normal vector that points to the ceiling, the front of your car has a normal vector that points towards the front of your lane, and the barrel of a gun despite being a surface area with regards to pointing, has a normal vector that points in the direction of the bullet ( we are excluding gravity from this example ). So make sense that for every triangle you can create a surface, for every surface you can create a vector, therefore the math gets really really hard for your computer and your graphics card to calculate millions of these vectors every second. So, if your computer gets a shortcut through some clever programming to make guesses about these vectors before they appear it can provide some very beneficial increases in graphical performance
@smashdriven1640
@smashdriven1640 Жыл бұрын
As a student studying game art I can confirm that normal maps are insane. They can make a model look ten times more detailed than it really is geometry wise.
@XSugarCrashX
@XSugarCrashX 2 жыл бұрын
Since I work on Unity all the time to make stuff in VRChat like avatars and worlds I immediately recognized the thumbnail as a normal map lol
@jonathanf3604
@jonathanf3604 2 жыл бұрын
I love learning about the creative and genius ways that people learn how to solve problems. It’s amazing to see how realistic graphics have become in video games
@optimisticori
@optimisticori 2 жыл бұрын
i love the videos you make. you keep things clear and concise and thats great for my smooth ADHD brain. i always feel like i’ve learned something when it ends. you’re doin great man 👌
@jighardy
@jighardy 2 жыл бұрын
damn, what the heck? I had no idea this stuff was flat. I was completely convinced it was all just detailed 3d models. This is actually mind-blowing. This has to be the most incredible thing I've learned about in weeks
@Myserval
@Myserval 2 жыл бұрын
the parallax mapping in genshin impact at the very end of the video is 100% the reason i got so interested in tech art lmao
@GraveUypo
@GraveUypo 2 жыл бұрын
it's kinda sad they toned that down a lot in future updates. mondstadt is FULL of them, but they're few and far between in inazuma and pretty much gone in sumeru.
@ok4405
@ok4405 2 жыл бұрын
@@GraveUypo They'll probably use it more in Fontaine.
@cogcog5264
@cogcog5264 Жыл бұрын
I've seen many game files and the most detailed one is TLOU2. Normal maps and bump maps for pores and fingerprints. Detailed like crazy.
@MarioCorleone
@MarioCorleone 2 жыл бұрын
I first noticed this when I played Dark Souls 2 years ago, everything was detailed and lighting reflected perfectly, but the surface was flat and always wondered how that worked. Thanks for the explanation!
@corpsecueen
@corpsecueen 2 жыл бұрын
I still don't understand how people use normal maps for minecraft resource packs it never worked for me
@capnyeti
@capnyeti Жыл бұрын
Great informative video explanation! This is the way a lot of games function. I would like to see texture displacement used more, especially for ground and turrain. It adds a whole new level of detailed environment.
@pjetrs
@pjetrs 2 жыл бұрын
What I think is really cool is how many of this game design can be actually used to understand our own mind. We are constantly doing these kind of tricks within our brain to compute the world and make sense of our surroundings
@dreamisover9813
@dreamisover9813 2 жыл бұрын
I really like these short insights on the technical side of video game graphics from the recent videos!111
@Crow_Rising
@Crow_Rising 2 жыл бұрын
The more technology develops, the more optimizations like this become possible. For example, you probably know about how higher poly models are more taxing on the hardware, which is why normal maps are so useful. It allows you to use a lower poly model that looks like it has the detail of a higher poly one. What is somewhat newer technology that has appeared in a number of games recently follows a similar principle: Resolution scaling. Just as higher poly models are more taxing, so to is running a game at a higher pixel resolution. Resolution scaling allows you to reduce this cost by running the game at a lower resolution, but then scaling that lower resolution up to the size of the screen as a borderless window. From here, filters can be applied to help mask (or highlight, depending on the situation) the added pixelation. This results in you being able to use less resources and improve framerates with minimal visual reduction. Though, the lower you're scaling down from, the more apparent the loss of detail is.
@LoveDoctorNL
@LoveDoctorNL 2 жыл бұрын
I already find this so amazing, I can’t even prepare for what abnormal maps are capable of doing.
@DwaykeTubes
@DwaykeTubes 2 жыл бұрын
This video was recommended to me by youtube, and i can say this channel is a gold mine
@Rene-uz3eb
@Rene-uz3eb 2 жыл бұрын
0:35 Tomb raider 1 was one of the first real 3d games and is still perfection to this day. I don’t think in 24 years there has been one game with more immersiveness of the main character with the game world. 1:10 bump maps/normal maps are more fakery. It’s still flat. Real texture uses displacement maps which is actual geometry on top of flat surfaces
@joshuafrederiksen
@joshuafrederiksen 2 жыл бұрын
Not going to lie. This has to be the best video I've seen for digesting the theory of normal maps. It took me a hot minute to learn all this on my own back when I started my 3d art journey. Very well made, with great visual examples. Bravo! 👏
@davidliddelow5704
@davidliddelow5704 2 жыл бұрын
I first noticed this on Geralts armor in witcher 3. It was chain mail and each ring caught the light correctly from every direction. I was like there must be a whole other texture for storing lighting information and I was right.
@maxxbmd
@maxxbmd 2 жыл бұрын
I love the pun in the numbnail of "This is normal." Because, first of all, it's common practice, and second of all, the viewers of the thumbnail are looking at a normal map.
@davidCcode
@davidCcode 2 жыл бұрын
As a professional tech artist, I would approach the definition of normals in the same fashion as you just did. You do a great job of teaching + you made a pretty nice montage
@Ben-rz9cf
@Ben-rz9cf Жыл бұрын
I always tell my students its like 3D glasses for the renderer. Those old school red and blue glasses that create the illusion of depth from a 2d image are pretty close conceptually to tangent space normals.
@maverickmurphy
@maverickmurphy 2 жыл бұрын
When I first started 3D modelling I had no idea what normal maps, height maps and ambient occlusion did... Thanks to our very impressive course syllabus, we skipped over substance painter entirely. Now I'm getting accustomed to Substance and planning to learn Mari
@rajadarshidash1016
@rajadarshidash1016 2 жыл бұрын
4:19 wait until you arrive at Sumeru desert(or Sumeru in general)
@josephprins1258
@josephprins1258 2 жыл бұрын
I feel like I'm in college again.
@AdrX003
@AdrX003 2 жыл бұрын
Thanks, i was almost getting everything on normals just by reading docs and you pretty much gave me that 1% i was not being able to find!
@Zach_Films
@Zach_Films 2 жыл бұрын
Great video! Worth mentioning that UE5’s nanite aims to get rid of normal maps, it does some fancy geometry virtualisation that I won’t pretend to understand but it enables billions of triangles in a scene. Optimising meshes and authoring normal maps takes quite a lot of Artist time in game development so tech like this could be a very big deal when/if it’s fully adopted
@c3d_ultra499
@c3d_ultra499 2 жыл бұрын
My main concern with games using nanite is bloating file sizes. There is something to be said about Nintendo sticking with the aging switch hardware, it keeps file sizes small and fast to download and force’s developers to actually optimize their games. That said, nanite is a impressive feat of technology for groundbreaking games
@donivanpotter2762
@donivanpotter2762 2 жыл бұрын
I always figured it was cuz they could render more quickly and playback better with less geometry. Plus I guess it's cheaper unless extensive on processing. I mean a flat surface you can put a texture map on it and make it look like it's pretty much the same as a complex 3D piece of geometry. It's been a long time since I was doing 3D modeling very long time at least 14 years.
@IIStaffyII
@IIStaffyII 2 жыл бұрын
Cheers on a great video. I already knew everything. Yet thumbnail was so catching i had to see how you would talk about.
@leemclafferty5622
@leemclafferty5622 2 жыл бұрын
I really love the new direction of your channel!
@capoeragames2081
@capoeragames2081 2 жыл бұрын
can't wait for the second part, about time this amazing trick has received some love!
@trybunt
@trybunt 2 жыл бұрын
What an excellent video. I've played video games for 30 years and never really knew how 2d shapes looked so 3d, but this makes total sense, even though I have no real 3d animation experience.
@werdle92
@werdle92 2 жыл бұрын
Normal mapping is a big part of what made Halo 1 on the OG xbox look SO much better than other games at the time.
@JonatasAdoM
@JonatasAdoM 2 жыл бұрын
What I don't see mentioned that I absolutely love and would hate seeing gone is how there is no flexibility in character movement and at the same time nothing is fixed. Whatever clothes the character is part of them, moves like a rubber with their bodies.
@Megalomaniakaal
@Megalomaniakaal 2 жыл бұрын
at around 2 minutes you show an example of a normal, and while it is correct in that face normals can be calculated from vertex normals and that can be useful in dcc's I feel it's perhaps relevant to point out that in most game engines we avoid face normals because little gain for big pain(perf). Unless you absolutely need them, better to avoid the cost. Also, I was going to call you out for passing over parallax, but sounds like that will be a follow up video.
@chrisrosenkreuz23
@chrisrosenkreuz23 2 жыл бұрын
The 'norm' is a technical term for denoting the perpendicular to the ground. (if you wondered why it's called a normal)
@MangaGamified
@MangaGamified 2 жыл бұрын
IIRC putting 'details' to smaller polygons was called projection, then just before using them in in game, you bake some of the details like some shadows.
@AlexTuduran
@AlexTuduran 2 жыл бұрын
ALL images contain R, G and B. It's how you interpret these values that make normal maps different.
@kaneblaireau4864
@kaneblaireau4864 2 жыл бұрын
IIRC, Doom 3 was the first video game to popularize the use of normal maps. I remember when that game first came out, it being hailed as a big deal.
@edenbwicey7250
@edenbwicey7250 2 жыл бұрын
Not even watched the video and I fully love and understand the thumbnail lmao
@edenbwicey7250
@edenbwicey7250 2 жыл бұрын
Cos flat is normal, amd that when they're not flat, they'll use a normal map 🤣
@NaudVanDalen
@NaudVanDalen 2 жыл бұрын
Displacement maps are even cooler because it makes the edges look realistic while with normal maps, the edges remain smooth.
@stealthproductionz6648
@stealthproductionz6648 2 жыл бұрын
I know how this stuff works to the tooth and nail but NEVER knew why the colors are the way they are. Pretty cool calculated stuff with just colors.
@cvbattum
@cvbattum 2 жыл бұрын
Colors are just numbers between 0 and 255. The shaders care about the numbers, not the colors. We only use those colors to visualize the numbers because our brains can interpret the 3d effect that way (and it looks pretty fancy, ngl).
@cusdu63
@cusdu63 2 жыл бұрын
Great video. Simple and yet very instructive for noobies like me.
@debugempty
@debugempty 2 жыл бұрын
The thumbnail made me giggle. You get a like.
@ApertureAce
@ApertureAce 2 жыл бұрын
Another newer trick artists use for video games is called displacement mapping. It operates very similarly to a normal map but instead of affecting how light is cast on it, it affects viewer occlusion of some parts of the textures giving it a very convincing 3D effect. The illusion can be broken by getting very close to the texture so you can see the edges but most people don't do that Edit: Didn't realize there would be a brief mention about displacement mapping at the end of the video lol
@Jgvcfguy
@Jgvcfguy 2 жыл бұрын
You are describing parallax occlusion mapping. Displacement mapping involves actually moving the geometry with the use of a displacement or height map.
@LeCalmar
@LeCalmar 2 жыл бұрын
I don't know if you'll mention this game, but i remember giants: citizen kabuto being one of the first game to use something similar, and it looked awesome.
@mineralisk
@mineralisk 2 жыл бұрын
Cool. I don't know why I'm watching this because I don't plan to use this knowledge anywhere. Butt this is cool.
@ttk519
@ttk519 2 жыл бұрын
Thousands of polygons? Me: loughing in millions of polygons before retopo Algo me: billions why not, im not that skilled anyways
@patriot1525
@patriot1525 2 жыл бұрын
all this crazy stuff and im over here glad my renders dont have any black spots on it 💀
@agucci
@agucci 2 жыл бұрын
The beginning of flatness is a good thing, but the end thereof is not. Then you may ask, what is the protease of the Greyhawk flatness? For this you need to watch the video, from beginning to end. Then it would make sense.
@FlameRat_YehLon
@FlameRat_YehLon 2 жыл бұрын
And the issue about normal map is that, because it has no displacement, it would actually look flat in VR. (And also stereoscopic 3D in general -- as long as you know it's a thing it is possible to spot them in 3D movies).
@DanielFanzwicky
@DanielFanzwicky 2 жыл бұрын
That being said, with UE5 and the introduction of Nanite, the logic behind using normal map to compensate for polygon count might start to dwindle and becomes outdated.
@Bluestroke_
@Bluestroke_ 2 жыл бұрын
The pun in the miniature is incredible
@SarahBevElizabeth
@SarahBevElizabeth 2 жыл бұрын
I first saw this trying to change a wall in the Sims. Simple enough, I thought, until I loaded the game and there was a brick texture on my floral pattered wall 😅
@Mantikator
@Mantikator 2 жыл бұрын
Looking forward to the video about parallax occlusion, as I have no idea how it is actually working :D
@DerMarkus1982
@DerMarkus1982 2 жыл бұрын
Instant Thumb-Up for the pun (is it one?) on the Thumbnail Image. 🤣
@LazyK808
@LazyK808 2 жыл бұрын
I remember doing some 3D animation class, when i learned about bump maps, my mind was blown 🤯🤯
@Gonaah
@Gonaah 2 жыл бұрын
ur channel is pretty cool 👍
@Skikopl
@Skikopl 2 жыл бұрын
I love that the thumbnail is a normal map and it just says "normal"
@FulguroGeek
@FulguroGeek 2 жыл бұрын
Normal maps a basically used all the time in texturing. Example even if you have a high poly rock you apply the texture if you dont have normals for the texture it will still look weird!
@thatviewer-4142
@thatviewer-4142 3 ай бұрын
I love how the thumbnail describes two things at once.
@Mons429
@Mons429 2 жыл бұрын
"how the hell do they add such details to the model?" "well its just normal maps" "wait what?"
@switchunboxing
@switchunboxing 2 жыл бұрын
Oh cool I had no idea this was happening. I wanna learn more!
@martimking1craft
@martimking1craft 2 жыл бұрын
not just normal maps but height maps also help
@FloridaWolf328
@FloridaWolf328 2 жыл бұрын
So essentially, surfaces use different colors to bounce light differently to give the illusion of depth. Sweet
@moodmusicytc
@moodmusicytc 2 жыл бұрын
I always notice when playing GTA5 that when looking downward on a hill/mountain the texture is ... a texture, there is absolutely no depth to it, just a fake 3D skin from the correct perspective I see less of it in RDR2 so obviously the newer texture method is used
@themightyant.
@themightyant. 2 жыл бұрын
First time to your channel. Very informative, looking forward to more.
@werdle92
@werdle92 2 жыл бұрын
Im a 30 year old gamer. And i remember normal maps being used as far back as Halo 1 on the OG xbox.
@NostraDavid2
@NostraDavid2 2 жыл бұрын
If I don't see some Orange Deus Ex game in the next video, I'm going to riot. On my own. Because I'm pretty sure DE:HR was one of the first games that used cube maps to give those buildings some well needed depth. :D
@elliottryan13
@elliottryan13 2 жыл бұрын
SOO GLAD THIS SHOWED ON MY FEED! EASY SUB!
@chadyonfire7878
@chadyonfire7878 2 жыл бұрын
Awesome vid ; thé part about fading in and out a normal Map for muscle stretches in insane
@Mikeyc2k6
@Mikeyc2k6 2 жыл бұрын
Might be why I enjoy ARMA so much. Natural terrain is nice. Especially for shooters
How Water Works (in Video Games)
8:55
Stylized Station
Рет қаралды 575 М.
Why Genshin Impact is an Artistic and Technical Masterpiece
16:53
Stylized Station
Рет қаралды 646 М.
哈莉奎因被吓到了#Cosplay
00:20
佐助与鸣人
Рет қаралды 32 МЛН
I didn’t expect that #kindness #help #respect #heroic #leohoangviet
00:19
I Trapped Myself in a Minecraft Time Loop
18:39
Tombino
Рет қаралды 427 М.
How do Video Game Graphics Work?
21:00
Branch Education
Рет қаралды 4,3 МЛН
How I made a stylized comic book shader in Unreal Engine 5
6:55
Chris Folea Makes Things
Рет қаралды 18 М.
Valve Just Unleashed SteamOS
15:02
Bellular News
Рет қаралды 952 М.
How Do Games Render Fur?
28:51
Acerola
Рет қаралды 510 М.
Pixel Art Animation. Reinvented - Astortion Devlog
4:41
aarthificial
Рет қаралды 2,2 МЛН
The 9 Elements of Video Game Art Style
16:02
Lighthoof Dryden
Рет қаралды 61 М.
When Your Game Is Bad But Your Optimisation Is Genius
8:52
Vercidium
Рет қаралды 1,6 МЛН
Items In Open-World Games Are Boring
10:26
Razbuten
Рет қаралды 1,3 МЛН
How Nintendo Textures EVERYTHING
8:44
Smeaf
Рет қаралды 113 М.