This website requires JavaScript.
Explore
Help
Sign In
me
/
Diamond
Archived
Watch
1
Star
0
Fork
0
You've already forked Diamond
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-05-22
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
a7c2f5bb29954f0f6f342580688d250ef5daab13
Diamond
/
hexworld
History
David Allemang
a7c2f5bb29
Rename Buffer to GLBuffer to prevent name conflict.
2017-02-26 23:17:21 -05:00
..
Properties
More OO-like. a bit easier to read/use things
2017-02-24 21:22:13 -05:00
App.config
Works on AMD now
2017-02-24 23:08:21 -05:00
data_tile_grass.json
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00
data_tile_gray.json
Added third block type and textures.
2017-02-26 22:27:03 -05:00
data_tile_stone.json
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00
data_vert_cubes.json
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00
data_vert_panels.json
Added third block type and textures.
2017-02-26 22:27:03 -05:00
data_vert_sides.json
Added third block type and textures.
2017-02-26 22:27:03 -05:00
Driver.cs
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00
grass.png
Initial tiles testing
2017-02-25 00:40:41 -05:00
gray.png
Added third block type and textures.
2017-02-26 22:27:03 -05:00
HexRender.cs
Rename Buffer to GLBuffer to prevent name conflict.
2017-02-26 23:17:21 -05:00
hexworld.csproj
Added third block type and textures.
2017-02-26 22:27:03 -05:00
OpenTK.dll.config
Add project files.
2017-02-22 22:45:04 -05:00
packages.config
Add project files.
2017-02-22 22:45:04 -05:00
s.fs.glsl
Fixed aliasing issues, sinusoidal movment test
2017-02-25 03:45:27 -05:00
s.vs.glsl
Initial tiles testing
2017-02-25 00:40:41 -05:00
stone.png
Added third block type and textures.
2017-02-26 22:27:03 -05:00
Tile.cs
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00
Vertex.cs
Replaced VBO with Buffer and SubArray. Program now recieves Buffer, rather than VBO receiving Program. Added VertexDataAttribute for vertex structs.
2017-02-26 18:51:21 -05:00