Advertisement

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.

8,723 views
Advertisement

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…

5,984 views
  • You could use a flow field for the movement which could provide smooth movement, I created a unity asset that directs unity movement with flow fields, however that might be a bit overkill, might be good if the goal keeps changing or you want to move a lot of shoppers to the same goal. I think th…
  • 5,243 views
    Yet another question about correct PBR fresnel usage
    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…

    4,495 views
    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!

     

    Read more

    5,054 views
    bdubreuil
    October 02, 2018 03:32 PM
    Zone generation

    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 :

  • 6,259 views
    bdubreuil
    October 02, 2018 03:31 PM
    Zone division

    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…

    10,033 views
    Advertisement
    Advertisement