Skip to content

Commit f54fc3f

Browse files
committed
Don't force left-handed for GLM
1 parent 7510282 commit f54fc3f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,14 @@ add_executable(Cluster ${PLATFORM} ${SOURCES} ${SHADERS})
7878
target_include_directories(Cluster PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
7979
target_link_libraries(Cluster PRIVATE bigg IconFontCppHeaders assimp spdlog)
8080
target_compile_definitions(Cluster PRIVATE
81-
# make all types aligned
82-
# GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
83-
# SIMD optimizations
81+
# enable SIMD optimizations
8482
GLM_FORCE_INTRINSICS
8583
# inline code where possible
8684
GLM_FORCE_INLINE
8785
# no implicit conversions
8886
GLM_FORCE_EXPLICIT_CTOR
8987
# length() returns size_t instead of int
9088
GLM_FORCE_SIZE_T_LENGTH
91-
# left-handed projection matrices
92-
GLM_FORCE_LEFT_HANDED
9389
)
9490

9591
set_target_properties(Cluster PROPERTIES

0 commit comments

Comments
 (0)