Commit Graph

23 Commits

Author SHA1 Message Date
93d138623d Added manual VAO usage, moved shader assignment to Trace log 2017-03-11 15:12:26 -05:00
9760093f39 Added buffer and buffer<>, tweaked more documentation 2017-03-09 20:52:11 -05:00
bc41ccd65b Tweaked Loggers 2017-03-09 15:47:45 -05:00
1824de6842 Updates to Level. More functionality, but also very unstable. 2017-02-27 23:11:14 -05:00
cae11cf556 Migrated to use Levels in hexworld, move tile-related types to Diamond 2017-02-27 20:43:53 -05:00
86ed1473e4 Initial Level Additions 2017-02-27 20:41:11 -05:00
1c5491a2c5 Load multiple meshes from obj file 2017-02-27 19:15:00 -05:00
7a187c346e wavefront obj support 2017-02-27 03:40:54 -05:00
6385f62e20 Removed unneeded usings 2017-02-27 02:37:55 -05:00
73e70c3a60 Added Mesh class, removed attrib pointer management from Program, shifted to mesh. MUST use Program.UseDefault instead of GL.Use(0) to prevent crash, but meshes can't render with it anyway. 2017-02-27 02:22:54 -05:00
84608d5981 Started refactors for logging and level loading 2017-02-27 01:04:30 -05:00
df6965c003 Added third block type and textures. 2017-02-26 22:27:03 -05:00
02a9a6d662 Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
Split json files to test this functionality.
2017-02-26 18:51:21 -05:00
7500e0e7a4 Added documentation comments, reorganized HexRender 2017-02-26 02:19:59 -05:00
bc584c8f42 Moved util files to separate class library 2017-02-26 01:30:27 -05:00
b30f79acda Shader loader 2017-02-25 16:01:56 -05:00
88e773ef25 Reflection and deserialization for vertex data 2017-02-25 06:03:56 -05:00
e473c9fb15 Initial tiles testing 2017-02-25 00:40:41 -05:00
234d1669dd Works on AMD now 2017-02-24 23:08:21 -05:00
ece5b0d30f Remove instancetiles 2017-02-24 21:45:40 -05:00
2710007ec2 More OO-like. a bit easier to read/use things 2017-02-24 21:22:13 -05:00
338efc337e Slowly getting things working 2017-02-24 16:31:15 -05:00
87120574c8 Add project files. 2017-02-22 22:45:04 -05:00