medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3c66af2384ebfd48b89bbe828efa78a2643feafc
parent 5ef63377a2ddda396670c6106716d9b3f388065b
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Aug 26 22:24:16 +0200

Reduce default sphere subdivisions

Diffstat:
immediate.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/immediate.h b/immediate.h @@ -33,7 +33,7 @@ void immediate_render( ImmediateContext * const ctx, void immediate_sphere( ImmediateContext * const ctx, const glm::vec3 centre, const float radius, const glm::vec4 colour, - const u32 subdivisions = 32 ); + const u32 subdivisions = 16 ); void immediate_clear( ImmediateContext * const ctx );