this post was submitted on 01 Mar 2024
569 points (98.1% liked)
Microblog Memes
6360 readers
2209 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So basically, it's just code that defines how objects are rendered?
Are shaders and lighting related at all?
Yes. No.
Sometimes both.
I don't think you could call the grass and object since it's not a 3d model, it's a bunch of 2d images stacked on top of each other at a high enough resolution that it looks like a real line from above. The way you draw in these 2d images is via a shader as you wouldn't do it on the CPU. (Not a graphics engineer just an amateur programmer so don't fully trust my word on it)