]> git.leopard-lacewing.eu Git - cgue_weave.git/commit
INIT Weave
authorPeter Schaefer <schaeferpm@gmail.com>
Mon, 9 Mar 2015 20:11:47 +0000 (21:11 +0100)
committerPeter Schaefer <schaeferpm@gmail.com>
Mon, 9 Mar 2015 20:11:47 +0000 (21:11 +0100)
commit8fa11755d61caf209c9f119837a60c90c7b8a829
treeb8f24c5aca6eac82b7eadbeff85264d940b23a4e
INIT Weave
init gitIgnore
init Directories
init VS Project
preconfig VS Project
added Assimp,Glew,GLM,zLib,freetype2,freeimage,SDL2
434 files changed:
.gitignore [new file with mode: 0644]
CGUE2015_Weave.sln [new file with mode: 0644]
Weave/Weave.vcxproj [new file with mode: 0644]
Weave/Weave.vcxproj.filters [new file with mode: 0644]
include/FreeImage.h [new file with mode: 0644]
include/GL/glew.h [new file with mode: 0644]
include/GL/glxew.h [new file with mode: 0644]
include/GL/wglew.h [new file with mode: 0644]
include/SDL2/SDL.h [new file with mode: 0644]
include/SDL2/SDL_assert.h [new file with mode: 0644]
include/SDL2/SDL_atomic.h [new file with mode: 0644]
include/SDL2/SDL_audio.h [new file with mode: 0644]
include/SDL2/SDL_bits.h [new file with mode: 0644]
include/SDL2/SDL_blendmode.h [new file with mode: 0644]
include/SDL2/SDL_clipboard.h [new file with mode: 0644]
include/SDL2/SDL_config.h [new file with mode: 0644]
include/SDL2/SDL_cpuinfo.h [new file with mode: 0644]
include/SDL2/SDL_endian.h [new file with mode: 0644]
include/SDL2/SDL_error.h [new file with mode: 0644]
include/SDL2/SDL_events.h [new file with mode: 0644]
include/SDL2/SDL_filesystem.h [new file with mode: 0644]
include/SDL2/SDL_gamecontroller.h [new file with mode: 0644]
include/SDL2/SDL_gesture.h [new file with mode: 0644]
include/SDL2/SDL_haptic.h [new file with mode: 0644]
include/SDL2/SDL_hints.h [new file with mode: 0644]
include/SDL2/SDL_joystick.h [new file with mode: 0644]
include/SDL2/SDL_keyboard.h [new file with mode: 0644]
include/SDL2/SDL_keycode.h [new file with mode: 0644]
include/SDL2/SDL_loadso.h [new file with mode: 0644]
include/SDL2/SDL_log.h [new file with mode: 0644]
include/SDL2/SDL_main.h [new file with mode: 0644]
include/SDL2/SDL_messagebox.h [new file with mode: 0644]
include/SDL2/SDL_mouse.h [new file with mode: 0644]
include/SDL2/SDL_mutex.h [new file with mode: 0644]
include/SDL2/SDL_name.h [new file with mode: 0644]
include/SDL2/SDL_opengl.h [new file with mode: 0644]
include/SDL2/SDL_opengles.h [new file with mode: 0644]
include/SDL2/SDL_opengles2.h [new file with mode: 0644]
include/SDL2/SDL_pixels.h [new file with mode: 0644]
include/SDL2/SDL_platform.h [new file with mode: 0644]
include/SDL2/SDL_power.h [new file with mode: 0644]
include/SDL2/SDL_quit.h [new file with mode: 0644]
include/SDL2/SDL_rect.h [new file with mode: 0644]
include/SDL2/SDL_render.h [new file with mode: 0644]
include/SDL2/SDL_revision.h [new file with mode: 0644]
include/SDL2/SDL_rwops.h [new file with mode: 0644]
include/SDL2/SDL_scancode.h [new file with mode: 0644]
include/SDL2/SDL_shape.h [new file with mode: 0644]
include/SDL2/SDL_stdinc.h [new file with mode: 0644]
include/SDL2/SDL_surface.h [new file with mode: 0644]
include/SDL2/SDL_system.h [new file with mode: 0644]
include/SDL2/SDL_syswm.h [new file with mode: 0644]
include/SDL2/SDL_test.h [new file with mode: 0644]
include/SDL2/SDL_test_assert.h [new file with mode: 0644]
include/SDL2/SDL_test_common.h [new file with mode: 0644]
include/SDL2/SDL_test_compare.h [new file with mode: 0644]
include/SDL2/SDL_test_crc32.h [new file with mode: 0644]
include/SDL2/SDL_test_font.h [new file with mode: 0644]
include/SDL2/SDL_test_fuzzer.h [new file with mode: 0644]
include/SDL2/SDL_test_harness.h [new file with mode: 0644]
include/SDL2/SDL_test_images.h [new file with mode: 0644]
include/SDL2/SDL_test_log.h [new file with mode: 0644]
include/SDL2/SDL_test_md5.h [new file with mode: 0644]
include/SDL2/SDL_test_random.h [new file with mode: 0644]
include/SDL2/SDL_thread.h [new file with mode: 0644]
include/SDL2/SDL_timer.h [new file with mode: 0644]
include/SDL2/SDL_touch.h [new file with mode: 0644]
include/SDL2/SDL_types.h [new file with mode: 0644]
include/SDL2/SDL_version.h [new file with mode: 0644]
include/SDL2/SDL_video.h [new file with mode: 0644]
include/SDL2/begin_code.h [new file with mode: 0644]
include/SDL2/close_code.h [new file with mode: 0644]
include/assimp/Compiler/poppack1.h [new file with mode: 0644]
include/assimp/Compiler/pstdint.h [new file with mode: 0644]
include/assimp/Compiler/pushpack1.h [new file with mode: 0644]
include/assimp/DefaultLogger.hpp [new file with mode: 0644]
include/assimp/Exporter.hpp [new file with mode: 0644]
include/assimp/IOStream.hpp [new file with mode: 0644]
include/assimp/IOSystem.hpp [new file with mode: 0644]
include/assimp/Importer.hpp [new file with mode: 0644]
include/assimp/LogStream.hpp [new file with mode: 0644]
include/assimp/Logger.hpp [new file with mode: 0644]
include/assimp/NullLogger.hpp [new file with mode: 0644]
include/assimp/ProgressHandler.hpp [new file with mode: 0644]
include/assimp/ai_assert.h [new file with mode: 0644]
include/assimp/anim.h [new file with mode: 0644]
include/assimp/camera.h [new file with mode: 0644]
include/assimp/cexport.h [new file with mode: 0644]
include/assimp/cfileio.h [new file with mode: 0644]
include/assimp/cimport.h [new file with mode: 0644]
include/assimp/color4.h [new file with mode: 0644]
include/assimp/color4.inl [new file with mode: 0644]
include/assimp/config.h [new file with mode: 0644]
include/assimp/defs.h [new file with mode: 0644]
include/assimp/importerdesc.h [new file with mode: 0644]
include/assimp/light.h [new file with mode: 0644]
include/assimp/material.h [new file with mode: 0644]
include/assimp/material.inl [new file with mode: 0644]
include/assimp/matrix3x3.h [new file with mode: 0644]
include/assimp/matrix3x3.inl [new file with mode: 0644]
include/assimp/matrix4x4.h [new file with mode: 0644]
include/assimp/matrix4x4.inl [new file with mode: 0644]
include/assimp/mesh.h [new file with mode: 0644]
include/assimp/metadata.h [new file with mode: 0644]
include/assimp/postprocess.h [new file with mode: 0644]
include/assimp/quaternion.h [new file with mode: 0644]
include/assimp/quaternion.inl [new file with mode: 0644]
include/assimp/scene.h [new file with mode: 0644]
include/assimp/texture.h [new file with mode: 0644]
include/assimp/types.h [new file with mode: 0644]
include/assimp/vector2.h [new file with mode: 0644]
include/assimp/vector2.inl [new file with mode: 0644]
include/assimp/vector3.h [new file with mode: 0644]
include/assimp/vector3.inl [new file with mode: 0644]
include/assimp/version.h [new file with mode: 0644]
include/freetype2/freetype/config/ftconfig.h [new file with mode: 0644]
include/freetype2/freetype/config/ftheader.h [new file with mode: 0644]
include/freetype2/freetype/config/ftmodule.h [new file with mode: 0644]
include/freetype2/freetype/config/ftoption.h [new file with mode: 0644]
include/freetype2/freetype/config/ftstdlib.h [new file with mode: 0644]
include/freetype2/freetype/freetype.h [new file with mode: 0644]
include/freetype2/freetype/ftbbox.h [new file with mode: 0644]
include/freetype2/freetype/ftbdf.h [new file with mode: 0644]
include/freetype2/freetype/ftbitmap.h [new file with mode: 0644]
include/freetype2/freetype/ftcache.h [new file with mode: 0644]
include/freetype2/freetype/ftchapters.h [new file with mode: 0644]
include/freetype2/freetype/fterrdef.h [new file with mode: 0644]
include/freetype2/freetype/fterrors.h [new file with mode: 0644]
include/freetype2/freetype/ftgasp.h [new file with mode: 0644]
include/freetype2/freetype/ftglyph.h [new file with mode: 0644]
include/freetype2/freetype/ftgxval.h [new file with mode: 0644]
include/freetype2/freetype/ftgzip.h [new file with mode: 0644]
include/freetype2/freetype/ftimage.h [new file with mode: 0644]
include/freetype2/freetype/ftincrem.h [new file with mode: 0644]
include/freetype2/freetype/ftlcdfil.h [new file with mode: 0644]
include/freetype2/freetype/ftlist.h [new file with mode: 0644]
include/freetype2/freetype/ftlzw.h [new file with mode: 0644]
include/freetype2/freetype/ftmac.h [new file with mode: 0644]
include/freetype2/freetype/ftmm.h [new file with mode: 0644]
include/freetype2/freetype/ftmodapi.h [new file with mode: 0644]
include/freetype2/freetype/ftmoderr.h [new file with mode: 0644]
include/freetype2/freetype/ftotval.h [new file with mode: 0644]
include/freetype2/freetype/ftoutln.h [new file with mode: 0644]
include/freetype2/freetype/ftpfr.h [new file with mode: 0644]
include/freetype2/freetype/ftrender.h [new file with mode: 0644]
include/freetype2/freetype/ftsizes.h [new file with mode: 0644]
include/freetype2/freetype/ftsnames.h [new file with mode: 0644]
include/freetype2/freetype/ftstroke.h [new file with mode: 0644]
include/freetype2/freetype/ftsynth.h [new file with mode: 0644]
include/freetype2/freetype/ftsystem.h [new file with mode: 0644]
include/freetype2/freetype/fttrigon.h [new file with mode: 0644]
include/freetype2/freetype/fttypes.h [new file with mode: 0644]
include/freetype2/freetype/ftwinfnt.h [new file with mode: 0644]
include/freetype2/freetype/ftxf86.h [new file with mode: 0644]
include/freetype2/freetype/t1tables.h [new file with mode: 0644]
include/freetype2/freetype/ttnameid.h [new file with mode: 0644]
include/freetype2/freetype/tttables.h [new file with mode: 0644]
include/freetype2/freetype/tttags.h [new file with mode: 0644]
include/freetype2/freetype/ttunpat.h [new file with mode: 0644]
include/ft2build.h [new file with mode: 0644]
include/glm/CMakeLists.txt [new file with mode: 0644]
include/glm/common.hpp [new file with mode: 0644]
include/glm/detail/_features.hpp [new file with mode: 0644]
include/glm/detail/_fixes.hpp [new file with mode: 0644]
include/glm/detail/_noise.hpp [new file with mode: 0644]
include/glm/detail/_swizzle.hpp [new file with mode: 0644]
include/glm/detail/_swizzle_func.hpp [new file with mode: 0644]
include/glm/detail/_vectorize.hpp [new file with mode: 0644]
include/glm/detail/dummy.cpp [new file with mode: 0644]
include/glm/detail/func_common.hpp [new file with mode: 0644]
include/glm/detail/func_common.inl [new file with mode: 0644]
include/glm/detail/func_exponential.hpp [new file with mode: 0644]
include/glm/detail/func_exponential.inl [new file with mode: 0644]
include/glm/detail/func_geometric.hpp [new file with mode: 0644]
include/glm/detail/func_geometric.inl [new file with mode: 0644]
include/glm/detail/func_integer.hpp [new file with mode: 0644]
include/glm/detail/func_integer.inl [new file with mode: 0644]
include/glm/detail/func_matrix.hpp [new file with mode: 0644]
include/glm/detail/func_matrix.inl [new file with mode: 0644]
include/glm/detail/func_noise.hpp [new file with mode: 0644]
include/glm/detail/func_noise.inl [new file with mode: 0644]
include/glm/detail/func_packing.hpp [new file with mode: 0644]
include/glm/detail/func_packing.inl [new file with mode: 0644]
include/glm/detail/func_trigonometric.hpp [new file with mode: 0644]
include/glm/detail/func_trigonometric.inl [new file with mode: 0644]
include/glm/detail/func_vector_relational.hpp [new file with mode: 0644]
include/glm/detail/func_vector_relational.inl [new file with mode: 0644]
include/glm/detail/glm.cpp [new file with mode: 0644]
include/glm/detail/intrinsic_common.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_common.inl [new file with mode: 0644]
include/glm/detail/intrinsic_exponential.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_exponential.inl [new file with mode: 0644]
include/glm/detail/intrinsic_geometric.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_geometric.inl [new file with mode: 0644]
include/glm/detail/intrinsic_integer.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_integer.inl [new file with mode: 0644]
include/glm/detail/intrinsic_matrix.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_matrix.inl [new file with mode: 0644]
include/glm/detail/intrinsic_trigonometric.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_trigonometric.inl [new file with mode: 0644]
include/glm/detail/intrinsic_vector_relational.hpp [new file with mode: 0644]
include/glm/detail/intrinsic_vector_relational.inl [new file with mode: 0644]
include/glm/detail/precision.hpp [new file with mode: 0644]
include/glm/detail/setup.hpp [new file with mode: 0644]
include/glm/detail/type_float.hpp [new file with mode: 0644]
include/glm/detail/type_gentype.hpp [new file with mode: 0644]
include/glm/detail/type_gentype.inl [new file with mode: 0644]
include/glm/detail/type_half.hpp [new file with mode: 0644]
include/glm/detail/type_half.inl [new file with mode: 0644]
include/glm/detail/type_int.hpp [new file with mode: 0644]
include/glm/detail/type_mat.hpp [new file with mode: 0644]
include/glm/detail/type_mat.inl [new file with mode: 0644]
include/glm/detail/type_mat2x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x2.inl [new file with mode: 0644]
include/glm/detail/type_mat2x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x3.inl [new file with mode: 0644]
include/glm/detail/type_mat2x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x4.inl [new file with mode: 0644]
include/glm/detail/type_mat3x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x2.inl [new file with mode: 0644]
include/glm/detail/type_mat3x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x3.inl [new file with mode: 0644]
include/glm/detail/type_mat3x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x4.inl [new file with mode: 0644]
include/glm/detail/type_mat4x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x2.inl [new file with mode: 0644]
include/glm/detail/type_mat4x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x3.inl [new file with mode: 0644]
include/glm/detail/type_mat4x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x4.inl [new file with mode: 0644]
include/glm/detail/type_vec.hpp [new file with mode: 0644]
include/glm/detail/type_vec.inl [new file with mode: 0644]
include/glm/detail/type_vec1.hpp [new file with mode: 0644]
include/glm/detail/type_vec1.inl [new file with mode: 0644]
include/glm/detail/type_vec2.hpp [new file with mode: 0644]
include/glm/detail/type_vec2.inl [new file with mode: 0644]
include/glm/detail/type_vec3.hpp [new file with mode: 0644]
include/glm/detail/type_vec3.inl [new file with mode: 0644]
include/glm/detail/type_vec4.hpp [new file with mode: 0644]
include/glm/detail/type_vec4.inl [new file with mode: 0644]
include/glm/detail/type_vec4_avx.inl [new file with mode: 0644]
include/glm/detail/type_vec4_avx2.inl [new file with mode: 0644]
include/glm/detail/type_vec4_sse2.inl [new file with mode: 0644]
include/glm/exponential.hpp [new file with mode: 0644]
include/glm/ext.hpp [new file with mode: 0644]
include/glm/fwd.hpp [new file with mode: 0644]
include/glm/geometric.hpp [new file with mode: 0644]
include/glm/glm.hpp [new file with mode: 0644]
include/glm/gtc/bitfield.hpp [new file with mode: 0644]
include/glm/gtc/bitfield.inl [new file with mode: 0644]
include/glm/gtc/constants.hpp [new file with mode: 0644]
include/glm/gtc/constants.inl [new file with mode: 0644]
include/glm/gtc/epsilon.hpp [new file with mode: 0644]
include/glm/gtc/epsilon.inl [new file with mode: 0644]
include/glm/gtc/integer.hpp [new file with mode: 0644]
include/glm/gtc/integer.inl [new file with mode: 0644]
include/glm/gtc/matrix_access.hpp [new file with mode: 0644]
include/glm/gtc/matrix_access.inl [new file with mode: 0644]
include/glm/gtc/matrix_integer.hpp [new file with mode: 0644]
include/glm/gtc/matrix_inverse.hpp [new file with mode: 0644]
include/glm/gtc/matrix_inverse.inl [new file with mode: 0644]
include/glm/gtc/matrix_transform.hpp [new file with mode: 0644]
include/glm/gtc/matrix_transform.inl [new file with mode: 0644]
include/glm/gtc/noise.hpp [new file with mode: 0644]
include/glm/gtc/noise.inl [new file with mode: 0644]
include/glm/gtc/packing.hpp [new file with mode: 0644]
include/glm/gtc/packing.inl [new file with mode: 0644]
include/glm/gtc/quaternion.hpp [new file with mode: 0644]
include/glm/gtc/quaternion.inl [new file with mode: 0644]
include/glm/gtc/random.hpp [new file with mode: 0644]
include/glm/gtc/random.inl [new file with mode: 0644]
include/glm/gtc/reciprocal.hpp [new file with mode: 0644]
include/glm/gtc/reciprocal.inl [new file with mode: 0644]
include/glm/gtc/round.hpp [new file with mode: 0644]
include/glm/gtc/round.inl [new file with mode: 0644]
include/glm/gtc/type_precision.hpp [new file with mode: 0644]
include/glm/gtc/type_precision.inl [new file with mode: 0644]
include/glm/gtc/type_ptr.hpp [new file with mode: 0644]
include/glm/gtc/type_ptr.inl [new file with mode: 0644]
include/glm/gtc/ulp.hpp [new file with mode: 0644]
include/glm/gtc/ulp.inl [new file with mode: 0644]
include/glm/gtc/vec1.hpp [new file with mode: 0644]
include/glm/gtc/vec1.inl [new file with mode: 0644]
include/glm/gtx/associated_min_max.hpp [new file with mode: 0644]
include/glm/gtx/associated_min_max.inl [new file with mode: 0644]
include/glm/gtx/bit.hpp [new file with mode: 0644]
include/glm/gtx/bit.inl [new file with mode: 0644]
include/glm/gtx/closest_point.hpp [new file with mode: 0644]
include/glm/gtx/closest_point.inl [new file with mode: 0644]
include/glm/gtx/color_space.hpp [new file with mode: 0644]
include/glm/gtx/color_space.inl [new file with mode: 0644]
include/glm/gtx/color_space_YCoCg.hpp [new file with mode: 0644]
include/glm/gtx/color_space_YCoCg.inl [new file with mode: 0644]
include/glm/gtx/common.hpp [new file with mode: 0644]
include/glm/gtx/common.inl [new file with mode: 0644]
include/glm/gtx/compatibility.hpp [new file with mode: 0644]
include/glm/gtx/compatibility.inl [new file with mode: 0644]
include/glm/gtx/component_wise.hpp [new file with mode: 0644]
include/glm/gtx/component_wise.inl [new file with mode: 0644]
include/glm/gtx/dual_quaternion.hpp [new file with mode: 0644]
include/glm/gtx/dual_quaternion.inl [new file with mode: 0644]
include/glm/gtx/euler_angles.hpp [new file with mode: 0644]
include/glm/gtx/euler_angles.inl [new file with mode: 0644]
include/glm/gtx/extend.hpp [new file with mode: 0644]
include/glm/gtx/extend.inl [new file with mode: 0644]
include/glm/gtx/extented_min_max.hpp [new file with mode: 0644]
include/glm/gtx/extented_min_max.inl [new file with mode: 0644]
include/glm/gtx/fast_exponential.hpp [new file with mode: 0644]
include/glm/gtx/fast_exponential.inl [new file with mode: 0644]
include/glm/gtx/fast_square_root.hpp [new file with mode: 0644]
include/glm/gtx/fast_square_root.inl [new file with mode: 0644]
include/glm/gtx/fast_trigonometry.hpp [new file with mode: 0644]
include/glm/gtx/fast_trigonometry.inl [new file with mode: 0644]
include/glm/gtx/gradient_paint.hpp [new file with mode: 0644]
include/glm/gtx/gradient_paint.inl [new file with mode: 0644]
include/glm/gtx/handed_coordinate_space.hpp [new file with mode: 0644]
include/glm/gtx/handed_coordinate_space.inl [new file with mode: 0644]
include/glm/gtx/integer.hpp [new file with mode: 0644]
include/glm/gtx/integer.inl [new file with mode: 0644]
include/glm/gtx/intersect.hpp [new file with mode: 0644]
include/glm/gtx/intersect.inl [new file with mode: 0644]
include/glm/gtx/io.hpp [new file with mode: 0644]
include/glm/gtx/io.inl [new file with mode: 0644]
include/glm/gtx/log_base.hpp [new file with mode: 0644]
include/glm/gtx/log_base.inl [new file with mode: 0644]
include/glm/gtx/matrix_cross_product.hpp [new file with mode: 0644]
include/glm/gtx/matrix_cross_product.inl [new file with mode: 0644]
include/glm/gtx/matrix_decompose.hpp [new file with mode: 0644]
include/glm/gtx/matrix_decompose.inl [new file with mode: 0644]
include/glm/gtx/matrix_interpolation.hpp [new file with mode: 0644]
include/glm/gtx/matrix_interpolation.inl [new file with mode: 0644]
include/glm/gtx/matrix_major_storage.hpp [new file with mode: 0644]
include/glm/gtx/matrix_major_storage.inl [new file with mode: 0644]
include/glm/gtx/matrix_operation.hpp [new file with mode: 0644]
include/glm/gtx/matrix_operation.inl [new file with mode: 0644]
include/glm/gtx/matrix_query.hpp [new file with mode: 0644]
include/glm/gtx/matrix_query.inl [new file with mode: 0644]
include/glm/gtx/matrix_transform_2d.hpp [new file with mode: 0644]
include/glm/gtx/matrix_transform_2d.inl [new file with mode: 0644]
include/glm/gtx/mixed_product.hpp [new file with mode: 0644]
include/glm/gtx/mixed_product.inl [new file with mode: 0644]
include/glm/gtx/multiple.hpp [new file with mode: 0644]
include/glm/gtx/multiple.inl [new file with mode: 0644]
include/glm/gtx/norm.hpp [new file with mode: 0644]
include/glm/gtx/norm.inl [new file with mode: 0644]
include/glm/gtx/normal.hpp [new file with mode: 0644]
include/glm/gtx/normal.inl [new file with mode: 0644]
include/glm/gtx/normalize_dot.hpp [new file with mode: 0644]
include/glm/gtx/normalize_dot.inl [new file with mode: 0644]
include/glm/gtx/number_precision.hpp [new file with mode: 0644]
include/glm/gtx/number_precision.inl [new file with mode: 0644]
include/glm/gtx/optimum_pow.hpp [new file with mode: 0644]
include/glm/gtx/optimum_pow.inl [new file with mode: 0644]
include/glm/gtx/orthonormalize.hpp [new file with mode: 0644]
include/glm/gtx/orthonormalize.inl [new file with mode: 0644]
include/glm/gtx/perpendicular.hpp [new file with mode: 0644]
include/glm/gtx/perpendicular.inl [new file with mode: 0644]
include/glm/gtx/polar_coordinates.hpp [new file with mode: 0644]
include/glm/gtx/polar_coordinates.inl [new file with mode: 0644]
include/glm/gtx/projection.hpp [new file with mode: 0644]
include/glm/gtx/projection.inl [new file with mode: 0644]
include/glm/gtx/quaternion.hpp [new file with mode: 0644]
include/glm/gtx/quaternion.inl [new file with mode: 0644]
include/glm/gtx/range.hpp [new file with mode: 0644]
include/glm/gtx/raw_data.hpp [new file with mode: 0644]
include/glm/gtx/raw_data.inl [new file with mode: 0644]
include/glm/gtx/rotate_normalized_axis.hpp [new file with mode: 0644]
include/glm/gtx/rotate_normalized_axis.inl [new file with mode: 0644]
include/glm/gtx/rotate_vector.hpp [new file with mode: 0644]
include/glm/gtx/rotate_vector.inl [new file with mode: 0644]
include/glm/gtx/scalar_multiplication.hpp [new file with mode: 0644]
include/glm/gtx/scalar_relational.hpp [new file with mode: 0644]
include/glm/gtx/scalar_relational.inl [new file with mode: 0644]
include/glm/gtx/simd_mat4.hpp [new file with mode: 0644]
include/glm/gtx/simd_mat4.inl [new file with mode: 0644]
include/glm/gtx/simd_quat.hpp [new file with mode: 0644]
include/glm/gtx/simd_quat.inl [new file with mode: 0644]
include/glm/gtx/simd_vec4.hpp [new file with mode: 0644]
include/glm/gtx/simd_vec4.inl [new file with mode: 0644]
include/glm/gtx/spline.hpp [new file with mode: 0644]
include/glm/gtx/spline.inl [new file with mode: 0644]
include/glm/gtx/std_based_type.hpp [new file with mode: 0644]
include/glm/gtx/std_based_type.inl [new file with mode: 0644]
include/glm/gtx/string_cast.hpp [new file with mode: 0644]
include/glm/gtx/string_cast.inl [new file with mode: 0644]
include/glm/gtx/transform.hpp [new file with mode: 0644]
include/glm/gtx/transform.inl [new file with mode: 0644]
include/glm/gtx/transform2.hpp [new file with mode: 0644]
include/glm/gtx/transform2.inl [new file with mode: 0644]
include/glm/gtx/type_aligned.hpp [new file with mode: 0644]
include/glm/gtx/type_aligned.inl [new file with mode: 0644]
include/glm/gtx/vector_angle.hpp [new file with mode: 0644]
include/glm/gtx/vector_angle.inl [new file with mode: 0644]
include/glm/gtx/vector_query.hpp [new file with mode: 0644]
include/glm/gtx/vector_query.inl [new file with mode: 0644]
include/glm/gtx/wrap.hpp [new file with mode: 0644]
include/glm/gtx/wrap.inl [new file with mode: 0644]
include/glm/integer.hpp [new file with mode: 0644]
include/glm/mat2x2.hpp [new file with mode: 0644]
include/glm/mat2x3.hpp [new file with mode: 0644]
include/glm/mat2x4.hpp [new file with mode: 0644]
include/glm/mat3x2.hpp [new file with mode: 0644]
include/glm/mat3x3.hpp [new file with mode: 0644]
include/glm/mat3x4.hpp [new file with mode: 0644]
include/glm/mat4x2.hpp [new file with mode: 0644]
include/glm/mat4x3.hpp [new file with mode: 0644]
include/glm/mat4x4.hpp [new file with mode: 0644]
include/glm/matrix.hpp [new file with mode: 0644]
include/glm/packing.hpp [new file with mode: 0644]
include/glm/trigonometric.hpp [new file with mode: 0644]
include/glm/vec2.hpp [new file with mode: 0644]
include/glm/vec3.hpp [new file with mode: 0644]
include/glm/vec4.hpp [new file with mode: 0644]
include/glm/vector_relational.hpp [new file with mode: 0644]
include/zconf.h [new file with mode: 0644]
include/zlib.h [new file with mode: 0644]
lib/FreeImage.lib [new file with mode: 0644]
lib/freetype-bcc.lib [new file with mode: 0644]
lib/freetype.lib [new file with mode: 0644]
lib/x64/SDL2.dll [new file with mode: 0644]
lib/x64/SDL2.lib [new file with mode: 0644]
lib/x64/SDL2main.lib [new file with mode: 0644]
lib/x64/SDL2test.lib [new file with mode: 0644]
lib/x64/assimp.lib [new file with mode: 0644]
lib/x64/glew32.lib [new file with mode: 0644]
lib/x64/glew32s.lib [new file with mode: 0644]
lib/x86/SDL2.dll [new file with mode: 0644]
lib/x86/SDL2.lib [new file with mode: 0644]
lib/x86/SDL2main.lib [new file with mode: 0644]
lib/x86/SDL2test.lib [new file with mode: 0644]
lib/x86/assimp.lib [new file with mode: 0644]
lib/x86/glew32.lib [new file with mode: 0644]
lib/x86/glew32s.lib [new file with mode: 0644]
lib/zdll.lib [new file with mode: 0644]