Test with new technique texturing
This commit is contained in:
parent
bb723036c0
commit
3a7d169b30
8 changed files with 125 additions and 61 deletions
|
|
@ -6,7 +6,7 @@ namespace Map3DRendering {
|
|||
public static class Program {
|
||||
private static void Main() {
|
||||
var nativeWindowSettings = new NativeWindowSettings() {
|
||||
Size = new Vector2i(800, 600),
|
||||
ClientSize = new Vector2i(800, 600),
|
||||
Title = "LearnOpenTK - Map AC2",
|
||||
// This is needed to run on macos
|
||||
Flags = ContextFlags.ForwardCompatible,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue