Monday

Tutorial Subject

My tutorial subject will be on basic AI movement. The three main elements of AI movement I will cover is using tagpoints, paths and making AI follow the player. This will incorporate the use of the Database to load libraries, the AI objects including tagpoints and paths, and the Flowgraph including the nodes of:

AI:AIGotoSpeedStance
AI:AIFollowPathSpeedStance
LocalPlayer
Entity:EntityPos
Logic:Any

Wednesday

Porosity Lens Brief

My porosity lens will focus on gaining an understanding of how people move throughout a certain space. Movement is a dynamic and, more importantly, an ephemeral occurrence. That is, movement happens constantly, but once the movement has occurred, most record of it is lost with the exception of footprints, for example.

My porosity lens will use 'breadcrumbs' to monitor movement within the environment. These breadcrumbs provide a way of monitoring movement after the event has occurred, containing information such as direction, distance and speed.

The second part of my porosity lens will investigate how different areas of an environment are used in different ways. My way of demonstrating this will be through a high-rise building. Each floor will, when entered by a character, glow a certain brightness depending on how many have visited it previously. This will show the volume of use each floor recieves.

Monday

Environment

This is the initial environment I have developed for EXP02:

















The environment will be a work-site. I believe this provides a good opportunity to best display the Porosity lens.

Sunday

Research Idea

My initial idea for a topic of research for the research assignment is to do with basic AI movements.

This could include the FlowGraph nodes:

AI:AIGoto
AI:AIGotoSpeedStance
AI:AIFollow
AI:AIFollowPath
AI:AIFollowPathSpeedStance

I believe this would be a good topic for this research assignment as it is a topic which I have found difficult to master and noticed a great lack in help when trying to get these interactions to work properly. The tutorial would focus on basic movements and interactions, and not delve into anything more complex.