• 0 Posts
  • 11 Comments
Joined 11 months ago
cake
Cake day: November 20th, 2024

help-circle



  • You know how to use the tools

    I don’t know how to use blender

    I’m not new with it, but I am banging rocks together when it comes to using Blender. Not good with shortcuts and often have issues with modifiers. (I preferred what I casually started with a decade ago, Maya, though it is/was bloated both in terms of size and cost)

    If there was other FOSS low/medium-poly software that works well for VC (+material(placeholders)) I would be interesting in trying it. But I’m guessing Blender is as good as it gets.

    Godot, fine with that but not too keen on GDscript.

    I got curious and searched your username and badgers and this appeared

    I was confused at first, but figured that’s what you did (search only hit because of the alt-text as well).

    I also have been doing exercises, but mostly coding stuff

    I am interested in coding stuff too (a specific niche language), though I struggle with project viability even more there too and have put it on the backburner.




  • insomniac_lemon@lemmy.cafetoPolitical Memes@lemmy.worldThe Truth
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    12 days ago

    The UK has FPTP and over a dozen parties in Parliament.

    They don’t use it everywhere. And even then in the House of Commons (where it is used), out of 650 seats, only one 3rd party (and independents) is in the double digits. 80% of the seats are 2 parties, the same 2 parties that have traded power for the past century.

    Some other parts of their government do have other voting methods or even proportional representation, allowing other parties to govern.

    They also have recall elections(/no-confidence) and more common prime-minister resignations (and probably tons of other rules that change how political power works), meanwhile we have the Electoral College for the presidential election which further ensures a 3rd candidate can be a spoiler assuming they can even win in 1 state.


  • insomniac_lemon@lemmy.cafetoPolitical Memes@lemmy.worldThe Truth
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    2
    ·
    12 days ago

    Even if we ever get that again, people will be sorely disappointed because legislation will be too busy fixing damages from the previous administration to make much actual progress. Which will be forgotten by the next election (same as it ever was).

    In 2048 Reagan’s ghost will still haunt the country, plus Trump’s ghost too.




  • insomniac_lemon@lemmy.cafetomemes@lemmy.worldGraphics are now BANNED
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    Abandon widespread* texture use, return to polygons+vertex colors+in-engine cutscenes (and similar data-saving techniques like soundfonts).

    my examples (2D: created with Godot, 3D: created with Blender)

    A simplified polygonal scene, originally from Futurama scene that's styled like anime. Fry is saying "You and I are enemies now." while pointing at a jpegified Professor Farnsworth. Meta note: The scene was made in the Godot game engine.

    Peter Griffin in a polygonal art-style, saying "I find this... shallow and pedantic." with a smug face and touching his fingertips together.

    The entire scene is low-poly with colors defined using the mesh itself,  also the image is optimized for color to reduce data, resulting in dithering patterns. In a gray room with black and white triangle tiles, there are 6 badgers of various sizes standing and facing the viewer. Similarly, there are 5 eyes floating in the air one of which is not fully opaque. There is 1 banana on the floor.

    A low-poly, vertex color-only model of a tail-less gecko, pathetic-looking and purple under its eyes. The origin lines from the software Blender can be barely seen

    Animated eye

    This was using a feature that likely isn’t viable (for common use) due to performance.

    And for something not-by-me, see Spyro’s vertex color skyboxes.

    The Lofty Castle skybox from the original Spyro. A beautiful sky, with the bottom half being dark-ish purple space with small triangular stars, the top-half with a visible planet and another smaller planet/moon in a blue sky, with the middle of the sky being separated by a line of clouds with an orange/pink glow on the upper half


    * general normal maps are ok, but I didn’t have much luck beyond using generated noise for metal. I even tried some stuff with watercolor, maybe with better shaders it could work but untextured is easier.

    Or another example, any material you can just apply without alteration (for instance, make something look like wood) is alright too. Maybe UV mapping is not too bad, but extra per-model work is not ideal.