aboutsummaryrefslogtreecommitdiff
path: root/notulen/wk4-2.txt
blob: 2bfbadb30b3c17e3b3da9a655af7d80e8556c9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	Documents
		Research Document
			Continue adding research information
		Project plan
			-
		document standard
			Add updates when needed
		requirement
			-
		design document
			-
	Git
		Code standard
			Add updates when needed
			add doxygen code comments
	Environments
		-
	Research
		[closed] start research gameloop + eventmanager
		start research resource manager POC move some functionality
		start research renderer
		start research scripting
		start research debugging/profiling
		start research gameobject
		start research physics Starting POC
			Discussed functional phiscics requirements
		start research ecs (showed poc design must change asked customer if design can change)
		start research particels
	Design
		discussed class diagram
			one instance of rigidbody and collider
			Gameobject is not the owner of the component but the manager is
			and one component type per gameobject.
			Functions within a model can they change?
		Adding design audio
		Adding design resource manager
		Adding design gameloop + eventmanager
	Product
		Creating 3rd party tool facade audio
		class diagram to c++ will wait until some design changes
	Test
		Add unit test for audio