Skip to content

Commit

Permalink
use floats by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Jun 21, 2024
1 parent 0bd2624 commit 932dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct FVec4 { float x, y, z, w; };
struct FMatrix { float m[16]; };
struct FQuat{ float x, y, z, w; };

#ifdef OFBX_SINGLE_PRECISION
#ifndef OFBX_DOUBLE_PRECISION
// use floats for vertices, normals, uvs, ...
using Vec2 = FVec2;
using Vec3 = FVec3;
Expand Down

0 comments on commit 932dbba

Please sign in to comment.