+ All Categories
Home > Documents > Prototype (2009) pathing issues

Prototype (2009) pathing issues

Date post: 23-Feb-2016
Category:
Upload: nora
View: 32 times
Download: 0 times
Share this document with a friend
Description:
Prototype (2009) pathing issues. By Robin van Olst (id: 3025985). Prototype pathing issue #1. NPCs fail at avoiding eachother Both choose the same direction at the same time Solution: planning earlier. Prototype pathing issue #2. NPCs can’t find their way around obstacles - PowerPoint PPT Presentation
Popular Tags:
4
By Robin van Olst (id: 3025985) Prototype (2009) pathing issues
Transcript
Page 1: Prototype (2009)  pathing  issues

By Robin van Olst(id: 3025985)

Prototype (2009) pathing issues

Page 2: Prototype (2009)  pathing  issues

NPCs fail at avoiding eachother◦ Both choose the same direction at the same time

Solution:planningearlier

Prototype pathing issue #1

Page 3: Prototype (2009)  pathing  issues

NPCs can’t find their way around obstacles◦ They give up or bug out◦ Unnatural behaviour◦ Cause: avoiding instead of planning

Solution:using anobstacleavoidingplanningalgorithm

Prototype pathing issue #2

Page 4: Prototype (2009)  pathing  issues

In crowds, NPCs take turns to move◦ Unnatural behaviour◦ Situation shouldn’t occur at all

Solution:better pathpathing◦ Using logical

corridors

Prototype pathing issue #3


Recommended