Improve web examples -IN PROGRESS-
This commit is contained in:
parent
e6ed85e993
commit
50bc77ed96
53 changed files with 28806 additions and 7071 deletions
|
@ -22,7 +22,7 @@ int screenWidth = 800;
|
|||
int screenHeight = 450;
|
||||
|
||||
// Define the camera to look into our 3d world
|
||||
Camera camera = {{ 5.0f, 4.0f, 5.0f }, { 0.0f, 2.0f, 0.0f }, { 0.0f, 1.0f, 0.0f }};
|
||||
Camera camera = {{ 5.0f, 4.0f, 5.0f }, { 0.0f, 2.0f, 0.0f }, { 0.0f, 1.0f, 0.0f }, 45.0f };
|
||||
|
||||
Texture2D bill; // Our texture billboard
|
||||
Vector3 billPosition = { 0.0f, 2.0f, 0.0f }; // Position where draw billboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue