Latest R&D Activity
TheAICodeGuy said:
I keep going back and forth how emotion can really be used in AI programming personally.
There is a whole field of social robots with their primary function to intelligently interact with humans, that may be of interest tp you.
What you should do is write down all the behaviours you want your troops to have, you may need to write a different list for different units. You can put all these behaviours in a Finite State Machine(FSM) meaning you can only execute one action at a time. Then you need to decide how you want you…
3 hours ago, ramirofages said:From theory I thought that the fresnel computes the amount of light that should reflect off a surface depending on the viewing angle and the surface normal
You are (almost) correct, just only one thing you may not catch up with so well, tha…
10 hours ago, Hodgman said:Another solution is to blend from the smooth normal to the per-triangle flat normal at grazing angles.
Wow, that works a lot better than I expected. Never would have thought of that, thanks!
Subscribe to our subreddit to get all the updates from the team!
I have integrated the zone separation with my implementation of the Marching Cubes algorithm. Now I have been working on zone generation.
A level is separated in the following way :
Subscribe to our subreddit to get all the updates from the team!
A friend and I are making a rogue-lite retro procedural game. As in many procedural rogue-lite games, it will have rooms to complete but also the notion of zones. The difference between a zone and a room is that a zone is open air whil…