This website requires JavaScript.
Sign in
redstrate
/
graph
Archived
Watch
1
Fork
You've already forked graph
0
Code
Activity
This repository has been archived on
2025-04-12
. You can view files and clone it, but cannot push or open issues or pull requests.
a80495b3dd
graph
/
include
/
world.h
8 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
Add model loading
2018-10-16 08:49:25 -04:00
#
pragma once
Refactor object system to ECS
2018-12-19 12:19:52 -05:00
#
include
<glm/glm.hpp>
Add model loading
2018-10-16 08:49:25 -04:00
Refactor object system to ECS
2018-12-19 12:19:52 -05:00
struct
World
{
glm
:
:
vec3
color
;
Add model loading
2018-10-16 08:49:25 -04:00
}
;
Copy permalink