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
7259f5daf2ddf4e78a0d260ce15536978eb2da7b
Diamond
/
hexworld
History
David Allemang
7259f5daf2
Fixed obj.fs.glsl from log testing.
2017-02-27 16:40:14 -05:00
..
Properties
Removed unneeded usings
2017-02-27 02:37:55 -05:00
res
Fixed obj.fs.glsl from log testing.
2017-02-27 16:40:14 -05:00
App.config
Works on AMD now
2017-02-24 23:08:21 -05:00
Driver.cs
Removed unneeded usings
2017-02-27 02:37:55 -05:00
HexRender.cs
Starting to use NLog for logging.
2017-02-27 16:37:26 -05:00
hexworld.csproj
wavefront obj support
2017-02-27 03:40:54 -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
Tile.cs
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
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