@Warka101@scionti_design@UnrealEngine@quixeltools The benefit is that, for the most part, the same object will work in various lighting environments. The lights (especially when you can afford real-time reflections) will pull the material in the right direction.
@Warka101@scionti_design@UnrealEngine@quixeltools It's a semi-broad category of 3D materials. Its top feature is that it respect conservation of energy. It's typically a calculation involving a material's base color, whether it behaves like a metal or a dielectric, how smooth it is (mirror vs diffuse), etc.
OpenCV AI Competition 2023 is now live on @Hacksterio! Participate to build something cool with OpenCV in a team of 1-4, and win your share of over $40,000 in cash and prizes from sponsors Khadas and Seeed Studio.
@unrealengine So the launcher said that an update was available for a bunch of engine versions, but it looks like it just re-installs the same version. Why did updates get signaled? The main concern is if someone got into your build system and pushed something.
@steveklabnik @kourge From a C++ angle, I appreciate that Rust (and Swift) values explicit end of life of type instances. Sometimes you need to express very important instructions (ex: stop recording video so it doesn't corrupt) at end of scope. With value types, less need to communicate with caller.
@CplusplusVille@ericniebler I mean that looks like one of the simpler solutions to me... unless a vector (possibly with an allocator) has some desirable properties.
Recording some demo footage in one of the new LightTwist studios, but even on the virtual set not everything goes according to plan….
"Fuck it! We'll do it live!"
@BishopBarron@GovTimWalz The assertion is that the parents of a 12-year-old should be allowed to force her to give birth.
The problem with legally preventing abortions is (as I see it) that it plays God. Tangible support for the mother is the better path. The rest is between God and them.
@matiasgoldberg Because we need to get much better at software engineering. Unfortunately, it seems like people are more interesting in justifying awful than identifying and fixing it.
@AndreElijah@aras_p That said I've seen people talk about https://t.co/4KBjsTYcWP. https://t.co/hg4j9msjZ3 is probably the best general-purpose one if you can get in because it's run by the Mastodon devs. https://t.co/skURhq3Kz9 is another general one that's open. Don't know their admin though.
@AndreElijah For the most part the server doesn't *really* matter. You'd probably want to avoid DMs for sensitive things because AFAIK the admins can read them. No end-to-end encryption. Consider it a public space.
I'm personally on https://t.co/p6Wi9Q0zXT, run by @aras_p (ex-unity).
@SebAaltonen The problem is that they are assuming that I'm just holding on to memory, file handles, etc. I may not be. I may be using deinit to ensure that a video recording stopped without corruption on a critical error.
Now I need to worry where else they think they know better than me.
@SebAaltonen Yeah, good they're a deterministic lifetime holdout.
One thing that concerns me, though, is that destructors are not called when leaving the entry point. The easy workarounds are to defer or wrap in a function.
https://t.co/aKj3JaDzdL
Reason: "Process will free memory anyway".