boagz57if collision detection is separated from animation, how do games ensure that the hit box c…
That's what artistic liberty will solve. Holding the "impact" pose for a bit longer than necessar…
Okay, so if collision detection is separated from animation, how do games ensure that the hit box…
In my experience keyframes are most of the time close enough that missing one will not degrade th…
My current understanding of how game animation works is the animator will mark specific key frame…
Hi Chen thats cool. Do what you love
Hi GodRatio:
I won't just be doing raytracing. I will also do other stuff, such as a software re…
Great will be following for sure.
I just checked the channel ... maybe you should rename it Ray-…
Ahh, in that case you should just call default_4coder_initialize(app). For one thing the code th…
Okay, looks like I may have fixed the crashing. Needed to add this to my start hook:
1
2
3
4
5
6…
Thanks for the tip, unfortunately it didn't seem to help. Even went up to << 25 and still c…
My guess is you want to look at 4coder_ui_helper.cpp:215:
1int32_t arena_size = (64 << 10);…
I upgraded to 4.0.29 recently and using a custom config on Linux, and when I press a button for …
I heavily agree with the idea to make your API deal with raw buffers the user can place arbitrary…
SedatedSnailI'm using a custom defined entry point:
1extern "C" void __stdcall Entry();…
Yes, a lot. Powershell can instantiate COM objects or call C# code in .NET libraries.
I don't li…
Hmm I see, if so then, what's the problem with powershell, and in general, what's the difference …
Thats a good point, and it is a bit ambiguous. I think it's probably more of a self reflective th…
Its because nowadays most serious bat-file scripts migrated to powershell. That said, I hate powe…
What's crackin' everybody?
It seems to be very beneficial to master batch file programming. The m…
Instead of using 42 you can use "default_maps_count" (from 4coder_default_framework.h) which shou…
I'm having a hard time answering this survey because, how I see it, there's a lot of ambiguity in…
Awesome, something I'll definitely be checking out. I like that the videos are half an hour rang…
Thanks for filling it out. Internet is a big thing for me. I find turning wifi off helps me a lot…
Hello all. I am doing a series of tutorials on 3D graphics. I'm planning to start off with proced…
Some time ago I've decided to not rush this build and delay 0.5.0 for a bit.
Estimate
0.5.0 is b…
Filled it out. I find that the root cause of this is down to distractions like the internet and m…
I agree, don't bother with endian conversion. Let user deal with it, this is not socket responsib…
If you support reading individual ints there better be a buffer backing it so you aren't readin…