Are Shaders Without Mods Possible?

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 960

  • @reesespuffs8998
    @reesespuffs8998 3 роки тому +2447

    Some guys found a way to get shadows without path tracing using the core shaders system. Since you can't render the world a second time for the shadow map it just renders the shadow map every second frame and then projects the shadows on the first frame, which basically halves your framerate.

    • @Legitimoose
      @Legitimoose  3 роки тому +427

      omg
      Do you have a link to that? 👀 That sounds awesome.

    • @reesespuffs8998
      @reesespuffs8998 3 роки тому

      @@Legitimoose unfortunately I don't. I heard of this on the Shaderlabs discord server, try searching there.

    • @KoharoMegumin
      @KoharoMegumin 2 роки тому +17

      i want a link too👀

    • @SuchFlare
      @SuchFlare 2 роки тому +16

      hmm 800/2 400 and my monitor is 144hz sooooooooooo can i have the link

    • @RBYW1234
      @RBYW1234 2 роки тому +51

      @@Legitimoose Feel like we in the 90s and someone is saying, hey I can build a computer for you.
      Guy says "What?"

  • @scraub8913
    @scraub8913 2 роки тому +185

    4:00 Oh my god you can actually see the Squid's animation in that, that's funny and also incredibly cool

  • @bluesillybeard
    @bluesillybeard 2 роки тому +908

    Not only did they add vanilla shaders, they actually completely rewrote the rendering engine to update from OpenGL 2.1 to OpenGL 3.3, updated to Java 16 (they had been using the outdated 1.8 for years), and they also made it to where the world height limit can be changed using a datapack.
    1.17 is a very under-the-hood heavy update, to say the least.

    • @bluesillybeard
      @bluesillybeard 2 роки тому +67

      @@killerbryne 3.3 is still a 12 year old version of OpenGL, and driver updates can bring newer versions of it to older cards

    • @ArtisticScratch
      @ArtisticScratch 2 роки тому +11

      I had no Idea any of this was possible until today, mind is officially blown

    • @PaperTree
      @PaperTree 2 роки тому +9

      isnt the 1.17 update the update that took some time to get an optifine release?

    • @kodicraft
      @kodicraft 2 роки тому +35

      @@PaperTree No, that was 1.15 which also had a pretty significant engine change that the optifine dev promptly reverted them in optifine

    • @SarkanyGergogaming
      @SarkanyGergogaming 2 роки тому +23

      No reason why they couldn't go with a newer OpenGL like 4.0+, but the only major addition is tesselation support, and in a voxel engine there isn't a lot of use for that.

  • @retroruin4917
    @retroruin4917 2 роки тому +188

    i love how one of the instruction points for installing that shader pack is "Do as best as you can to ignore the warnings"

    • @TM450FI
      @TM450FI Рік тому +16

      Nowadays cellphone and PC os has so many warnings to stop boomers from downloading trojans lmao

    • @TinyDeskEngineer
      @TinyDeskEngineer 4 місяці тому +7

      @@TM450FI And unfortunately it seems to not be enough

    • @Monkeymario.
      @Monkeymario. 4 місяці тому

      hi

    • @csonweedagain5054
      @csonweedagain5054 16 днів тому

      @@TM450FI and it's crazy because anything else and they'd be asking for help talkin bout "I don't know how to work this thing" and then proceed to install ALL the viruses with a vengeance

  • @vitorgabrielgomesrodrigues
    @vitorgabrielgomesrodrigues 2 роки тому +685

    As a programmer, you get my respect for explaining what shaders are

    • @Sight649
      @Sight649 2 роки тому

      eae

    • @tomsterbg8130
      @tomsterbg8130 2 роки тому +17

      It is definitely a difficult thing to explain at a stage like this and I wouldn't have been able to explain it properly if I was given the same resources. Man's got not only programming knowledge, but can teach well enough too

    • @ZweiForgot
      @ZweiForgot 2 роки тому +3

      @@tomsterbg8130 WHAT THE FUCK HOW DID I JUST FIND YOU

    • @tomsterbg8130
      @tomsterbg8130 2 роки тому +4

      @@ZweiForgot I'm an active commenter, no surprise we both watch the nerdy parts about Minecraft

    • @finchproplayz
      @finchproplayz 2 роки тому +1

      okk

  • @draco6349
    @draco6349 3 роки тому +447

    The block bugs in the pathtracing resource pack remind me of how a rendering technique called raymarching can seem to change the actual geometry of models. Really cool, actually!

    • @vladyslavkryvoruchko
      @vladyslavkryvoruchko 2 роки тому +18

      res = smin(object1, object2, 1.0);
      Yeee smooth minimum is one love in raymarching!

    • @TopchetoEU
      @TopchetoEU 2 роки тому +21

      @@vladyslavkryvoruchko smin separates the boys from the men

  • @amakerofminecraftthings1103
    @amakerofminecraftthings1103 3 роки тому +1790

    Yay he remembers his password for yt

    • @Uziel175
      @Uziel175 3 роки тому +12

      Pog

    • @luccakapakapa
      @luccakapakapa 2 роки тому +10

      Creative

    • @Oddo22
      @Oddo22 2 роки тому +8

      the thing is..... shaders have been in bedrock without mod for a long time

    • @singularcroc
      @singularcroc 2 роки тому +26

      oh god is this one of those youtubers with 40k subs that uploads every other blue moon

    • @ZETTABYTE._.1
      @ZETTABYTE._.1 2 роки тому

      I forgot mine so I had to create a new account :(

  • @theosib
    @theosib 2 роки тому +379

    A CPU gets its speed through instruction level parallelism. Since that parallelism isn't explicit, a TON of hardware is dedicated to tracking and executing instructions to run in parallel and out of order and then putting them back into order again. The result is one or two threads (per core) that run pretty fast. On the other hand, a GPU gets its speed from massive thread-level parallelism. Instead of a few massive beefy CPU cores, there are *thousands* of really simple ones. One pixel isn't computed super fast, but the GPU can compute thousands of pixels in parallel.

    • @joechristo2
      @joechristo2 2 роки тому +9

      yeah say all that without explaining any of it leaving us completely confused

    • @Jason9637
      @Jason9637 2 роки тому +47

      @@joechristo2 CPU cores are fast, GPU cores are slow, but GPUs have thousands of cores, while CPUs only have 4-8 cores.

    • @hi_its_jerry
      @hi_its_jerry 2 роки тому +72

      @@joechristo2 cpu core = few but fast monke
      gpu cores = horde of gorillas

    • @harrylayton9359
      @harrylayton9359 2 роки тому +13

      @@hi_its_jerry that..... that damn works......

    • @AntonioNoack
      @AntonioNoack 2 роки тому +39

      @@joechristo2 CPU = 5 college students, GPU = 1000 elementary school children

  • @smarty265
    @smarty265 2 роки тому +28

    7:29 manliest scream

  • @itzangel0735
    @itzangel0735 2 роки тому +76

    During the 1.17 snapshot cycle I really got hyped because og the OpenGL, I thought it was the first step to shaders and new amazing light features to come in vanilla. But I found few resourse pack or people talking about what this can mean for the future.

  • @marcinsarniak
    @marcinsarniak 3 роки тому +738

    Mojang should allocate way more resources into customization and modding of the game, especially documentation, and developer tools. It is in my opinion the single thing that keeps the Minecraft community alive all these years later.
    Honestly, all these useless mobs and blocks they have been adding lately, aren't interesting enough on their own to keep players coming. Amateur modders have put Mojang to shame for years. Even with all the resources Mojang has, modders still make more interesting content, and faster as well.
    The extension of Y axis was absolutely the main selling point in 1.17. Now that we have to wait, they could make the shaders more accessible, perhaps by actually writing documentation for it... Same goes for datapacks, and commands, which are a topic for themselves. The commands in Minecraft are probably the most chaotic implementation I have seen that wasn't added by a third party developer.
    Creating official tools, such as skin and resource pack editors, data pack creators, adding back the world customization that they got rid off, would take the game way further than adding a fucking goat. Now I understand all of these things are possible to do, and if someone wants to understand how to do it, they can. However I'm looking at this from a "Company that wants their game to do well" perspective. You always want to have as big of a reach as possible without compromising your products use and value.
    Making these tools isn't a problem for Mojang at all, they have all the money and tools they need. If people can do it for free because of the passion for the game, Mojang can do it for the long term investment, that will without a doubt yield in years to come. Why they don't is truly fascinating to me.

    • @ToxicMothBoi
      @ToxicMothBoi 2 роки тому +18

      Its literaly coded in java, how much easier do you want modding to be?
      Its literaly so easy you could learn it in a day.

    • @syserq
      @syserq 2 роки тому +30

      @@ToxicMothBoi he wants it mcreator level

    • @twiddlerat9920
      @twiddlerat9920 2 роки тому +4

      I really hope they add more resources for datapacks, I see them as a much simpler future of modding without clients

    • @CasperNotGhost
      @CasperNotGhost 2 роки тому +3

      @@twiddlerat9920 but they are also way more limited

    • @ALittleKitten
      @ALittleKitten 2 роки тому +20

      @@ToxicMothBoi Wheres the modding api lol

  • @sci6769
    @sci6769 Місяць тому +8

    A minute into the video until I realized that this video is 3 years old. Thanks algorithm, you really got me this time

    • @TheOG28
      @TheOG28 Місяць тому +1

      I didnt realize until about 6 and a half minutes

  • @ninenezumi
    @ninenezumi 3 роки тому +382

    Such amazing content man, keep up the great work!

  • @FrostbytesYT
    @FrostbytesYT 3 місяці тому +3

    The thumbnail alone makes me bring up the fact that window reflections with a reflection of the player are needed. I’ve wanted this for a very long time.

  • @noxmore
    @noxmore 2 роки тому +14

    I knew this was a thing but i always thought it was extremely limited because i didn't see too much use out of it, awesome video!

  • @JonathanDavidsonn
    @JonathanDavidsonn 2 роки тому +14

    As someone who was trying to get into a career for graphic engineering while I was still studying in Uni, even I wasn't aware you could do this in 1.17 lmao
    nice! I'm gonna make some absolute wild stencil buffer stuff c:

    • @LiamNajor
      @LiamNajor 3 місяці тому

      So how did it go? I think I can guess...

    • @JonathanDavidsonn
      @JonathanDavidsonn 3 місяці тому

      @@LiamNajor At the time I written that comment I wasn't diagnosed with ADHD B)
      You can guess how that went aha. Didn't even open up an example project.

  • @anirudh6642
    @anirudh6642 3 роки тому +44

    finally, a video that talks about shaders in minecraft instead of 100 video tutorials on downloading shaders for optifine. much gratitude

  • @masterclash9959
    @masterclash9959 3 роки тому +90

    Suggestion: Making custom advancements and recipes for datapacks! I discovered how to make them, so I would love to see them explained in one of your videos!

    • @inkkles
      @inkkles 2 роки тому +3

      YOU CAN DO CUSTOM ADVANCEMENTS?!??!?!?!??! BROOOOOOOOOOOOO WHGAT

    • @franspacenaspace8141
      @franspacenaspace8141 2 роки тому +1

      @@inkkles Yeah, you can do custom biomes with custom structures, loots of other things! Datapacks are the nearest thing to mods

    • @nikkiofthevalley
      @nikkiofthevalley 2 роки тому

      @@inkkles Yeah, but the main thing it's used for is custom crafting from a crafting table.

  • @tripureshmishra8978
    @tripureshmishra8978 3 роки тому +56

    See you in a month when this has like 5 million views

    • @nineseven4225
      @nineseven4225 3 роки тому

      Gotta mark the walls for the next people to complain about too

    • @seanthomas5182
      @seanthomas5182 3 роки тому

      Crazy this isn't viral yet!!

    • @XXLSteve
      @XXLSteve 3 роки тому

      @@seanthomas5182 still at 21k views

    • @taelim6599
      @taelim6599 2 роки тому +1

      This didn't age well lmao

    • @Igotnolphone
      @Igotnolphone 2 роки тому +1

      I got this video recommended randomly so it might get viral soon

  • @nerdamethyst
    @nerdamethyst 3 роки тому +10

    Finally! I've been waiting for someone to talk about vanilla shaders. I've been wondering how to use it but I can't find anyone who talks about it.

  • @rcoder01
    @rcoder01 2 роки тому +11

    I'm glad I finally found a video with as much enthusiasm for this change as I had when I first saw it!

  • @iIO_OIi
    @iIO_OIi Рік тому +9

    It has occurred to me that the texture swapping probably allows for animated mob textures, which could of course also be synchronized with other shaders stuffs- ie, hypothetically you miiiiiiiight find a way to make the eyes of the drowned glow, but have a blinking texture that geys applied every now and then, and have the glow effect turned off for this time.
    That being said, even though I'm pretty sure it's possible (now), I have no idea how to actually code it.

  • @caverace9005
    @caverace9005 3 роки тому +15

    most underrated youtuber ever

  • @yeounine5910
    @yeounine5910 2 роки тому +45

    Imagine if we could use this to make effects like heat wave distortion for deserts and the nether!!

    • @pixstatic200
      @pixstatic200 2 роки тому +9

      heat distortion would actually be pretty straightforward on its own (scrolling noise textures, spooky stuff I know), but it would really depend on if biome information is passed to shaders or not. If it's possible to access that data in a shader it would be super easy to add some cool heat distortion/mirage effects.

    • @mvdestiny4882
      @mvdestiny4882 Рік тому +2

      My shaders actually do this and its really cool!

    • @yeounine5910
      @yeounine5910 Рік тому

      @~ MVDESTINY ~ is there an link that would be so cool

    • @noktu
      @noktu Рік тому

      @@mvdestiny4882 you play gacha life so thats cap

    • @mvdestiny4882
      @mvdestiny4882 Рік тому +3

      @@noktu man I haven't played that one in years. good times tho. I mean I didn't know it was impossible to play both gacha club and minecraft on the same device, but if you think so then you do you boo-boo

  • @Nugcon
    @Nugcon 3 роки тому +84

    Friendship ended with optifine 😎
    Jk optifine pls give me my frames back

    • @RohitSharma-wx2ky
      @RohitSharma-wx2ky 3 роки тому +3

      Plus IRIS💕

    • @iamb0
      @iamb0 3 роки тому +1

      @@webots125 is sodium better then optifine?

    • @iamb0
      @iamb0 3 роки тому

      @@webots125 ok

    • @ae-_ae
      @ae-_ae 3 роки тому

      @@iamb0 they're better in different ways its mostly what you prefer

    • @Nugcon
      @Nugcon 3 роки тому +1

      @@webots125 I would but my optifine cape is holding me hostage

  • @Updoggo1
    @Updoggo1 2 роки тому +2

    Ain't no way you're using the drawn to life soundtrack in this video that's awesome

  • @rinsw8872
    @rinsw8872 3 роки тому +11

    2:28 ah yes...the software where we delete the cube and paste it back just because why not

    • @elnico5623
      @elnico5623 3 роки тому +3

      To be perfectly honest, i don't know where the default cube has been, the new ones also smells so good

  • @mr.winstone
    @mr.winstone 3 роки тому +3

    I was thinking that it's Phoenix SC video. :o
    You're alive!

  • @polarsbear668
    @polarsbear668 2 роки тому +16

    This looks absolutely amazing. I'm trying to learn how to code shaders currently (having some trouble wrapping my head around the whole rendering procedure), and hopefully I can make something fun for a minecraft resourcepack. Thank you for sharing this, and not being one of *those people* who feel their audiences are too dumb to understand technical terms.

    • @Blacksoul444
      @Blacksoul444 2 роки тому

      you probably won't come around the projection matrices. Better try to understand the whole pipeline, but its worth it.

  • @allesprobieren
    @allesprobieren 2 роки тому +7

    4:17 This reminds me exactly of the 4D dimensions videos I watched

  • @alafermojouet163
    @alafermojouet163 2 роки тому +4

    Great video !! The drawn to life music in the background is a great too

  • @Summboddi
    @Summboddi Рік тому +7

    0:27 dont let this distract you from the fact that 1.15 only added bees (and the beehives/honey, whatever)

    • @user-tzzglsstle585e38
      @user-tzzglsstle585e38 Рік тому +4

      Still had better pupose than 1.6 though since it's supposed to be a bug squashing and clean up update, people asked for it now they whine about it.

  • @arlwiss5110
    @arlwiss5110 Рік тому +3

    I really wish these caught on. They're so cool but there's basically nothing new made using this feature since then.
    Good thing the ones from this video still work though - I use the rainbow block select all the time and honestly it should replace the vanilla one which is almost invisible

    • @Legitimoose
      @Legitimoose  Рік тому +1

      there _is_ actually a ton of cool stuff made with this feature since this video, but it's still _rather_ obscure lol
      someone made _working realtime_ optifine style shaders:
      github.com/bradleyq/mc_vanilla_shaders/tree/dev
      and this person just repeatedly goes sicko mode:
      twitter.com/spheya_
      maybe i'll gather enough stuff for a part 2 someday

    • @arlwiss5110
      @arlwiss5110 Рік тому

      thanks for the recommendations!

  • @ibiteni0
    @ibiteni0 2 роки тому +1

    i know i’m a year late, but that sounds So Exciting! i also know that “another year later” is a very optimistic estimate of when i’ll get to playing with all of that, but when i do, things are gonna get Wonky!!

  • @ihazskinpv
    @ihazskinpv 4 місяці тому +7

    wdym 2 years ago i had no idea

  • @Aseramon
    @Aseramon 2 роки тому +1

    All the minecraft aside, the drawn to life music in the background was a vibe.

    • @Legitimoose
      @Legitimoose  2 роки тому +1

      one of my favorite game OSTs, and no one ever uses it in videos! it's always cursed when you're watching a video and suddenly "wait, this is the mark rober music-"

    • @Aseramon
      @Aseramon 2 роки тому

      @@Legitimoose Yeah. The music in the game was a bop to listen to. I mostly loved the opera scene where she looses her voice and the end credits. I really wish they'd putbthe8r music out to buy on iTunes to vibe to it.

  • @ynntari2775
    @ynntari2775 2 роки тому +5

    4:11 - looks like 4D Minecraft

  • @raandomplayer8589
    @raandomplayer8589 3 роки тому +1

    Literally the only video on UA-cam covering this

  • @zolmik-1389
    @zolmik-1389 3 роки тому +8

    Hi! I am a Russian person, I watch your videos, they often help me! The video about writing data packs helped a lot! You are so cool! You deserve more followers!

  • @empcat1254
    @empcat1254 2 роки тому +1

    drawn to life music! oh the nostalgia, love that game so much.

  • @3losh_lol72
    @3losh_lol72 3 місяці тому +4

    3 years later mojang won’t add more than 3 blocks per update

    • @EviesYoutube
      @EviesYoutube 3 місяці тому +1

      It's kinda sad Minecraft updates when the game was smaller with a smaller team were bigger, more frequent and less buggy...

  • @BierBart12
    @BierBart12 Рік тому +1

    Without mathheads, modern technology, let alone gaming, wouldn't exist. I appreciate them so much for it
    This kinda thing must be a paradise who have fun playing with numbers

  • @Gerg0Vagyok
    @Gerg0Vagyok Рік тому +3

    3:42, OMG THTS A HUNGARY NAME??????????

    • @crvshasx
      @crvshasx 3 місяці тому

      igen én is azt néztem, Bálint. Crazy mit csinál amugy

    • @ricsibaksa3740
      @ricsibaksa3740 20 днів тому

      @@Gerg0Vagyok persze hogy magyar csinálja

  • @Will_-it3mh
    @Will_-it3mh 7 місяців тому +1

    6:28 in the words of Fundy: "change a number, change some more numbers, compile that boi"

  • @werd_6078
    @werd_6078 2 роки тому +7

    Thatcheifguy? Is that you?

  • @ChromaticRed
    @ChromaticRed 2 роки тому +2

    This is actually fantastic to know, thank you for giving attention to this, gotta push this to other people's recommended

  • @subhinallah
    @subhinallah 2 роки тому +3

    Sure, 1.6 was a small update. But 1.6 was one of 3 major updates released in 2013. Every version between 1.4.7 and 1.7.4, that is 15 major or minor updates, was released in that same year. Then, there was the April Fools 2.0 update, which included a lot more stuff than you might see in a modern april fools release, 57 snapshots, and 12 prerelease versions. Even at this time, with a team several times smaller than now, the update schedule was much, much faster.

    • @shaungreer3350
      @shaungreer3350 Рік тому

      Even though 1.6 was small it’s still one of my favourites (besides 1.5 because i love redstone) just because horses were so cool.

    • @user-tzzglsstle585e38
      @user-tzzglsstle585e38 Рік тому

      lol bs straight of the ass
      Those 15 updates are not "major" updates at all bruh (adding 2 blocks ain't major my dude), the only reason they're faster is because they're like 5x smaller in actual content.
      Also; 2020 April fools added a billion dimensions demonstrating a command implemented in 1.16, 2023's April Fools put MC 2 to shame

  • @heroyearsley-prior4951
    @heroyearsley-prior4951 3 роки тому +1

    everyone from 3 months ago said this was gonna go viral in a month but i think youtube is just gonna put this in everyone's recomendations 20 years froom now

    • @Legitimoose
      @Legitimoose  3 роки тому +1

      i haven't found the right title/thumbnail combo for this baby yet. at this rate, 20 years sounds about right ;^)

  • @dontknow6175
    @dontknow6175 3 роки тому +6

    Please cover the new replacement for /replaceitem and the new loot table that you can do with it.

  • @ynntari2775
    @ynntari2775 2 роки тому +1

    5:53 - Oh my God, even Switzerland is there

    • @ynntari2775
      @ynntari2775 2 роки тому +1

      Schwiizerdütsch is truely not an easy language

  • @OnionTheSquid
    @OnionTheSquid 2 роки тому +3

    2:49 AMAZING

  • @rerere284
    @rerere284 Рік тому +2

    yay! I managed to make a shader that makes moody lighting actually impossible to see in when you're in a dark area :D

  • @Nafiur13
    @Nafiur13 2 роки тому +5

    Bedrock edition shaders:
    All I can do is darker shadows

    • @bakajanai.
      @bakajanai. 2 роки тому

      Actually before the implementation of the new rendering engine for bedrock edition (Render dragon) it was possible to do most of the thing he showed on the video. It still works on the windows 10 edition if you're running a x86 copy of the game

    • @Nafiur13
      @Nafiur13 4 місяці тому

      ​@@bakajanai.
      Yet no dynamic shadows though, yes it was possible but no one made a dynamic shadow shader like this one.
      Yes there is rtx but only for windows 10 edition

  • @howdyimflowey4341
    @howdyimflowey4341 3 місяці тому

    I must say, I'm very impressed you used Drawn to Life songs for this video, probably the first time I see it on yt

  • @rendommguayy221
    @rendommguayy221 3 роки тому +6

    This man needs much more attention!

  • @sweetsonicgamer
    @sweetsonicgamer 2 роки тому

    Bro the draw to life music in the background brought back so many memories 😭

  • @CamalinoFolly
    @CamalinoFolly 2 роки тому +4

    1.17+ really screwed my Minecraft experiece, all because of this change, which made the game use Java 16 and OpenGL 3.3, and my Intel Graphics only supports up to 3.2 (on windows)
    Thankfully, I found a work-around, which was installing Linux, and since Linux is open source, there are open source Mesa drivers which support OpenGL 3.3 and up.
    (still a headache tho)

  • @RandyLent
    @RandyLent Рік тому

    I remember years ago, back then when my computer was barely able to run shaders, I tried looking up shaders texture packs, and back in the day, they were kinda garbage lmao.
    So it's cool to see this.

  • @zylus5130
    @zylus5130 3 роки тому +3

    Well, here we go boys. The man's 'bout to go viral, get 100k subs and deserve the exposure he deserves.
    I AM HERE TO ENGRAVE MY PRESENCE ON THIS VIDEO BEFORE IT BLOWS UP. SO hi.

    • @padgodlol6063
      @padgodlol6063 3 роки тому

      yep thats gonna happen

    • @xenird
      @xenird 2 місяці тому

      almost there 😂

  • @mrkrabsx8669
    @mrkrabsx8669 3 місяці тому +1

    Title answer : there is a beautiful piece of software called DXR : it allows your computer to take advantage of your GPU's RT cores to ray trace in real time. Minecraft bedrock on windows uses it natively, that's why it beats the shit out of MC java in rendering quality and performance

  • @JustDragosrandom
    @JustDragosrandom 3 місяці тому +4

    why was this on my recommanded in 2024?

    • @TheEasyRedRider
      @TheEasyRedRider 3 місяці тому +1

      the youtube algorithm does as it pleases

  • @rinislaboratories1315
    @rinislaboratories1315 Рік тому +1

    I taught myself GLSL to rewrite a games shaders because it bugged me that they hadnt fixed then yet. It is surprisingly straightforward and easy to learn with help from ChatGPT

  • @DemonboiX9
    @DemonboiX9 3 роки тому +6

    Hey legitimoose! Can you do a tutorial on /function please, i am trying to learn every command but i cant find a command channel like yours :

    • @heavenlymessiah8692
      @heavenlymessiah8692 3 роки тому +2

      /function is for datapacks, it triggers the .mcfunction files that you choose

  • @Firazoid
    @Firazoid 2 роки тому

    I just want to say that I caught the Kirby Air Ride music in the background. Celestial Valley. Fun game with an amazing soundtrack. I haven't played it in ages, and yet I remember the music instantly.

  • @XXLSteve
    @XXLSteve 3 роки тому +11

    7:29

  • @puzzlepuddles6712
    @puzzlepuddles6712 Рік тому +2

    people keep trying to come up with super vibrant or realistic shaders but not many actually come up with a shader that makes minecraft look like an entirely new game

  • @kido_
    @kido_ 3 роки тому +3

    1.17 is one of the best update no one understands

  • @unnaturallynatural8885
    @unnaturallynatural8885 Рік тому

    the drawn to life ost used in this video was so nostalgic

  • @HoradelJuegoV2
    @HoradelJuegoV2 Рік тому +4

    yes, with optifine

    • @ZilogZ80cuzimbored
      @ZilogZ80cuzimbored Місяць тому

      @@HoradelJuegoV2 I’m just gonna say this Minecraft uses OpenGL and they implemented glsl into resource packs so .vert and .frag is for pixels and .vert is looks

  • @michcedzik9695
    @michcedzik9695 3 місяці тому +2

    4:55 you got this wrong. Graphics card isn't faster than CPU but quite the opposite. Graphics cards are very slow but can perform millions of operations at a time whereas CPU usually can run a couple of threads at a time however at a very fast speed. I hope I helped resolve the confusion.

  • @bonakid3plus
    @bonakid3plus 2 роки тому +6

    Ahem.. Pocket Edition

    • @Damglador
      @Damglador 4 місяці тому +7

      Bugrock edition you mean? :)
      Also they broke shaders and still didn't fix them as I know

  • @lapiswolf2780
    @lapiswolf2780 Рік тому +2

    I was impressed and then when he explained the part with moving vertices to make waving water and blocks, I got less surprised as I thought, "Hey, I've seen this before. I use these all the time in another free game to have waving water and leaves." And we just got native dynamic shadows too.
    3:15 Also this looks like the game I just mentioned, Minetest Game(to differentiate from Minetest Engine) with maybe medium dynamic shadows enabled. I play this already. 😂

  • @oooshiny272
    @oooshiny272 4 місяці тому +3

    Just so you don't waste your time, to answer the title question. No

    • @mauroc1896
      @mauroc1896 4 місяці тому +1

      This was going to be my last video before going to sleep, thanks dude. I shall sleep now

    • @MeatObelisk
      @MeatObelisk 3 місяці тому +6

      the answer was yes btw

    • @mrcater1172
      @mrcater1172 3 місяці тому +1

      WRONG, They are, you just didn't understand the video.
      These are shaders. Yes they May not have realistic shadows or rtx-like features, but they are still shaders. You can change the way the game renders and how the lighting works.
      To simplify it, it is like a low end optifine shader.
      Edit: found out that there is a rtx-like shader using this option, wich proves my point, these are shaders.

  • @miodekonero
    @miodekonero 3 роки тому +2

    I love the new blender monkey block

  • @super_pro1000alt
    @super_pro1000alt Рік тому

    0:57 that completely...
    It reminds me of him...
    Rest in peace Techno

  • @Skrinklewink
    @Skrinklewink 2 місяці тому +1

    Lowkey I think the newer Lapis looks good. It tiles better with other blocks.

  • @IchigoMait
    @IchigoMait Рік тому

    Talking about using just shaders with Raytracing, without the textures. Like using the nvidia-pbr-example-texturesets-pixelart just so that can enable the raytracing setting, and replace all the textures with vanilla textues, and see what Raytracing does with just shader modified stuff. Probably shaders would need to be custom modified so that raytracing would work with it without texture pack. Or raytracing works only with raytracing compatible textures.

  • @spacegoat0133
    @spacegoat0133 Рік тому +1

    5:04 oof…gave me calculus 3 ptsd flashbacks with that one

  • @davidn2749
    @davidn2749 3 роки тому +2

    This is the first videos of yours I watched. If your others videos are even a little similar I can easily say I love your content.
    Subscribed

    • @Legitimoose
      @Legitimoose  3 роки тому +1

      Thanks! Definitely more videos in a similar style to come, I'm real proud of this one :D

  • @TaylorMAston
    @TaylorMAston Рік тому

    Respect for the drawn to life music in the background

  • @Mr.Pumpkky
    @Mr.Pumpkky Рік тому +1

    When I played pocket edition, the only way to get shaders was with resource packs. That was YEARS ago. So this has actually been around for a while.

  • @xcruell
    @xcruell 4 місяці тому +1

    The glitches when a squid was on screen are actually a block squid. look closely and you see all the tentacles and body as blocks

  • @williammanning5066
    @williammanning5066 2 роки тому

    This is actually how a lot of fancy effects were done in the earlier days of GPU and shader programming. Pretend you're rendering a 3d scene, but actually the pixels don't represent color but some other kind of data, like a fluid simulation or pieces of a cloth in a cloth simulation. Then, when you go to render the scene for real, you can read information from this texture in the same way you read colors from the pixels of a texture pack.
    Nowadays the GPU can do away with all this pretense, and run general computations unrelated to rendering, with something called a "compute shader". However, in cases like this where you don't have easy access to compute (Minecraft's version of OpenGL is too old to support them), you can go back to the old -school method!
    The real definition of a shader (oversimplified) is "a program that runs on the GPU, converting a bunch of input data to a bunch of output data". For example, the corners of every block gets run through a "vertex shader" which converts those corners from their world position into coordinates on your 2d screen. This shader is where you animate or bend the vertices. Next, another shader runs for each visible pixel on each block, converting it into a color. This is where you do effects like lighting, shadows, texture packs, etc. That last really cool texture pack you showed is using a technique called "displacement mapping" or "parallax mapping", which gives flat surfaces a fake sense of depth. Finally, some more shaders are run directly on the screen's pixels to add overlays, antialiasing, chromatic aberration, bloom, and all that fun stuff. This is "post-processing".

  • @Marvinzock34
    @Marvinzock34 3 місяці тому

    Lets go 3 years later but still nice video bro

  • @funny6938
    @funny6938 15 днів тому

    Love the use of Drawn To Life music

  • @franck-oq4jv
    @franck-oq4jv 12 днів тому

    I still remember 10 years ago , edge craft ,literally changed the texture of 15 different blocks for just one but with different degrees of shadow.Nothing revolutionary, but it is interesting how to solve problems with non-commercial solutions.

    • @Legitimoose
      @Legitimoose  11 днів тому +1

      YEAH I love EdgeCraft, for my "fixing parkour" video I actually ported it to 1.18 so I could have a cool demo map

  • @matthewsharp1178
    @matthewsharp1178 2 роки тому

    BRO WHATT?!?! How has this not been INSANELY capitalized on!?!? How have I only just now seen this wtf!?!?

    • @Legitimoose
      @Legitimoose  2 роки тому

      IKR?? the community is SLEEPIN on this!

  • @EviesYoutube
    @EviesYoutube 3 місяці тому +2

    I just finished my computer science degree and I did my dissertation in graphics and I wrote s game engine with realtime screensaver subsurface scattering that Pixar introduced a few years back... I wanna apply those techniques to a resource pack and uh... Um... Make a shader pack in resource packs

  • @harrylingard8783
    @harrylingard8783 2 роки тому +1

    "Split into 2 parts." The wild update is basically caves and cliffs part 3, and yet they still didn't add half the stuff they said.

  • @XeonPrototype
    @XeonPrototype Рік тому +1

    wow, I never would've thought 1.17 was such a big deal honestly, seeing this though I can't believe how under the radar this was, as a texture pack enthusiast I am honestly in shock

  • @Blaineworld
    @Blaineworld 2 роки тому

    This is one of the few channels I've subscribed to after watching only one video.

  • @volnas1665
    @volnas1665 2 роки тому +1

    I was hesitant about doing path tracing in OpenGL batchelor thesis in the next grade and then going for computer graphics masters degree, but if it means I will be able to make shaders for Minecraft, I'M IN.
    I'm learning OpenGL now so thanks for this video, I'll include messing with Minecraft shaders in my free time 😅

    • @sugarbooty
      @sugarbooty 2 роки тому

      Have fun buddy, what's your github? Id like to take a look at what you do :D

  • @joshuacampbell17
    @joshuacampbell17 2 роки тому

    "make EVERYTHING wave" giving minecraft LSD

  • @meem2Greene-ju3cs
    @meem2Greene-ju3cs 3 місяці тому +1

    2:29 My blender brainrot brain actually just got my body to start dieting uncontrollably like I have permanent muscle damage but it was worth it

  • @novaspacewitch9963
    @novaspacewitch9963 2 роки тому

    The glitches in that one resource pack were like an incredible creepypasta

  • @jezSonic
    @jezSonic Рік тому

    Oh God, someone finally acknowledged that Minecraft has shaders in resource packs. It's been years...

  • @SherrifOfNottingham
    @SherrifOfNottingham 2 роки тому +1

    I love when people lie
    Resource packs are mods utilizing the mojang provided modding API
    Where as "mods" as most people know them utilize the forge or fabric API's respectively
    so by installing a resource pack that provides shaders, you are indeed installing a mod.

  • @mathmachine4266
    @mathmachine4266 2 роки тому +1

    1:19 OH MY GOD I IMMEDIATELY RECOGNIZED THIS MUSIC! Drawn to life the next chapter!!

  • @RevolutionaryOven
    @RevolutionaryOven 2 роки тому

    Wait... is that Drawn to Life and Kirby Air Ride music in a single video in 2021? You sir take my like.

    • @Legitimoose
      @Legitimoose  2 роки тому +1

      drawn to life ost slaps forever

  • @justadudehun
    @justadudehun 2 місяці тому +1

    BÁÁÁÁLIIINT, HUNGARY MENTIONED!!!!!