Skip to content

Commit

Permalink
Update Classes to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vicvalentim committed Oct 28, 2024
1 parent dda7b56 commit ce3ec26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class CubemapRenderer {

// Valores padrão para os planos do frustum (podem ser ajustados conforme necessário)
final float defaultNearPlane = 0.01f;
final float defaultFarPlane = 12000.0f;
final float defaultFarPlane = 22000.0f;

/**
* Constructs a CubemapRenderer with the specified initial resolution and parent PApplet.
Expand Down

0 comments on commit ce3ec26

Please sign in to comment.