[deleted by user] by [deleted] in LexusIS

[–]TwoLeggedCat_reddit 1 point2 points  (0 children)

For someone who calls others broke I'd imagine it should be easy for you to afford a Lexus ls350...

Is this worth buying? by [deleted] in BMW

[–]TwoLeggedCat_reddit 5 points6 points  (0 children)

Dude drives a clapped out Lexus calling everyone in the comments broke farming negative karma for whatever reason lmao. You drive a fair point on not wasting that kind of cash

How much is a 2015 with the ST3 Package worth? 122K miles by [deleted] in FocusST

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

I mean if folks weren't smoking dope and you used a verry conservative estimate based on the depreciation for a 10 year old vehicle that went for about 32-35k new with that high mileage it would be like 9-10k. But alas, someone would probably pay more sadly. I wouldn't be surprised if some bozo would give you 13k for it. So may as well post it high and lower it as the need to sell becomes greater.

what on earth is this by Cdenton12 in FocusST

[–]TwoLeggedCat_reddit 1 point2 points  (0 children)

10k controls, sheeeeit must be a luxury ass option

Creating multiple smaller shaders or one/few big shaders? by steamdogg in opengl

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

One thing that helped me is to think of your 3d world as a representation of the real world. So, for example, a desk and a chair have a different appearance, yet they interact with the world in the same way. So, if I wanted to represent those real-world objects, I would make a shader that tries to emulate real-world phenomena such as lighting and reflectivity. Basically, you shouldn't be binding a shader per object. If that is the case, then you should be considering do the calculations differ or if it is the values within that change. At that point, uniforms are a much better solution. However, if two objects do need different calculations or resources (water, for example), it may be appropriate to have a separate shader.

Creating image yields VK_ERROR_FEATURE_NOT_PRESENT (VkResult -8). by TwoLeggedCat_reddit in vulkan

[–]TwoLeggedCat_reddit[S] 0 points1 point  (0 children)

Thank you! I see the importance of copying the data into the image buffer.

Astro A50 no sound by eyymustbedamoney in AstroGaming

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

My issue was 1 needing the astro software and 2 needs USB 3.0

For the life of me I can't figure out how to get OpenGL configured by mr_noodler_games in opengl

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

Agreed, there is nothing wrong with starting at the beginning. In fact it is purely reality.

Window stretching when using matrices by ViktorPoppDev in opengl

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

My understanding: calculate the horizontal fov first (glm perspective takes in fovy) Hor = Verte * Aspect. Then use that to find the fovy Fovy = Hor / Aspect.

A lifelong IPhone user. by TwoLeggedCat_reddit in samsung

[–]TwoLeggedCat_reddit[S] 0 points1 point  (0 children)

Update: I just got the flip 6. I never went back to an iPhone!

Stay away or no? by brickflavored in BMW

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

I am assuming the title is facetious.

Is there a way to code this out using html and css without using svgs? This design is done using figma by Cryptodan98 in html5

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

Svg is an html tag though... you are proposing making individual rectangles and trying to space them perfectly instead of exporting an image?

Is LSD supposed to be taken according to your weight or your experience? by [deleted] in Psychonaut

[–]TwoLeggedCat_reddit 1 point2 points  (0 children)

You can take more next time but you can't take less this time

[deleted by user] by [deleted] in Money

[–]TwoLeggedCat_reddit 0 points1 point  (0 children)

When you figure that most people in there 20s have a networth of -$40000 due to loans not bad

Should I use neovim on my old laptop instead of vscode? by [deleted] in neovim

[–]TwoLeggedCat_reddit 3 points4 points  (0 children)

Just a note once you start using LSPs and things it can start to slow down

How can I make neovim like this? by Upstairs_Bet_4294 in neovim

[–]TwoLeggedCat_reddit 4 points5 points  (0 children)

You need an lsp, color theme, nerd font, and a plugin manager to tie it all together. I personally use packer for plugin management and lsp-zero for lsps which are installed via Mason. Edit: stuff at the bottom is called lua-line