Improve web examples -IN PROGRESS-

This commit is contained in:
Ray 2017-04-03 23:10:27 +02:00
parent e6ed85e993
commit 50bc77ed96
53 changed files with 28806 additions and 7071 deletions

View file

@ -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