The picture is an example from the Godot engine. I was just wondering if you could implement contact shadows for parts close to a surface that are too small for the shadow map, or for neat view model shadows like Far Cry 5.
If you do include it can you make it a per part toggle property with a drop down menu with extra properties for fine tuning? If it’s too much to ask for it’s okay because the work that’s already been done is amazing and I can’t wait for phase 3!
Physics engine is neat if you have experience of working with it. Most of the complaints I hear about the community about the “physics” are complaints about “Humanoid physics”, which are a different thing in general. Could use some improvement in some areas though, for example the complete physics engine slowing down under heavy load.
I don’t disagree with your statements. ROBLOX’s physics engine is pretty decent, yeah, but it’s a spazzing engine. I didn’t mess with ROBLOX’s physics engine a lot as I write code between lines but I guess it can be improved. I overheard that ROBLOX will have a new Lua VM soon, I don’t know if it’ll fix physics engine related problems, or even if it’s related to the physics engine, but I definitely will hope for it.
Note: I don’t know if it’s any different in ROBLOX but physics is a field and humanoid physics is a subfield of physics, so by physics, I meant humanoid physics too.
Humanoid use a nearly completely separate physics system which then communicates with the real thing.
As for the real physics engine, it’s actually one of the best currently available. It’s extremely consistent (try dropping 200 random objects and you’ll get the same result every time) and accurate (to the point where you can create mechanical simulations).
The only issue is that we have absolutely no access to it and can’t adapt it to our needs. Racing games usually don’t need precise environment collisions on anything but the vehicles and a point collision is more than enough for destructibles. RTS games don’t even need collisions as they are done with pathfinding.
I don’t know if its just me getting this but I have ShadowMap enabled and I have all the settings the same for my other game and the shadows work fine on there but on my new game they don’t show on objects sometimes and yes I do have Cast Shadow enabled