parent
a1f5e34d81
commit
a4819f99cb
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ int main(void)
|
||||||
DrawRectangleRec((Rectangle){0,0, (float)screenWidth, (float)screenHeight},WHITE);
|
DrawRectangleRec((Rectangle){0,0, (float)screenWidth, (float)screenHeight},WHITE);
|
||||||
EndShaderMode();
|
EndShaderMode();
|
||||||
|
|
||||||
// Raserize Scene
|
// Rasterize Scene
|
||||||
BeginMode3D(camera);
|
BeginMode3D(camera);
|
||||||
BeginShaderMode(shdrRaster);
|
BeginShaderMode(shdrRaster);
|
||||||
DrawCubeWiresV((Vector3){ 0.0f, 0.5f, 1.0f }, (Vector3){ 1.0f, 1.0f, 1.0f }, RED);
|
DrawCubeWiresV((Vector3){ 0.0f, 0.5f, 1.0f }, (Vector3){ 1.0f, 1.0f, 1.0f }, RED);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue