297 コミット (a798fd401f777a70e3cd568f76bd1dd9e6cf128f)

作成者 SHA1 メッセージ 日付
  Ray d1119816d7 Review comment 4年前
  Ray 60928ec82c ADDED: UnloadModelKeepMeshes() #1441 4年前
  Ray 0481053dad Review for issue #1446 4年前
  Jeffery Myers df249f5513
Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443) 4年前
  Ray bb9d734f69 Exposing some file access results to user layer #1420 4年前
  Ray 36dc302c25 Reverted to previous working version #1434 4年前
  Ray 9471794449 Update to latest tiniobjloader 4年前
  raysan5 4d5ee7953c Updated tinyobjloader 4年前
  Ray 3e1cd487df Remove trailing spaces 4年前
  chriscamacho 6ebf6b4e72
allow for multiple materials in obj files (#1408) 4年前
  raysan5 cdc8850e68 WARNING: REDESIGN of rlgl framebuffers API #721 4年前
  Ray 250a0e3592 Minor tweak 4年前
  Ray 63b739bbfa Corrected issue on log 4年前
  raysan5 8b5485f822 Remove unused variable 4年前
  seanpringle cebcdea80f
[wip] MeshNormalsSmooth() (#1317) 4年前
  raysan5 642f42bb4f Reviewed comment in LoadIQM() #1315 4年前
  seanpringle bdd253a66a
clamp ray hit y position to ground plane height (#1311) 4年前
  Ray bd13d4a471 Add missing include 4年前
  frithrah e07512e213
Fixed buffer overflow in GenMeshPoly (#1269) 4年前
  raysan5 394bf00ba5 REDESIGNED: ExportMesh() to use memory buffer #1232 4年前
  raysan5 0bcb892975 REDESIGNED: LoadIQM(), LoadModelAnimations() to use mem buffers 4年前
  raysan5 b3eea3d322 Avoid loading texcoords and normasl from model if not existent 4年前
  raysan5 4ec40e720c GenMeshCubicmap() added comments and simplification 5年前
  GoldenThumbs 763aa5b8a2
Fixed Generated Normals for GenMeshCubicmap (#1244) 5年前
  sikor666 db4a618c6f
Fix materials loading for IQM models (#1227) 5年前
  raysan5 f6ca045735 ADDED: DrawTriangle3D() and DrawTriangleStrip3D() 5年前
  raysan5 fdad1f023b Avoid all MSVC compile warnings 5年前
  raysan5 51c3bef497 Review exposed #defines and allow user re-defining 5年前
  raysan5 4ca4326bf9 Review LoadGLTF() to read from memory buffer 5年前
  raysan5 cc816345bf WARNING: API BREAK: Removed LoadImagePro() 5年前
  Dani Martin 1a948849f3
[cppcheck] Fix minor warnings in models.c and raudio.c (#1162) 5年前
  raysan5 70ed975b99 [models] Review TRACELOG() messages, categorized 5年前
  raysan5 d657537821 Support mtl loading by tinyobj_parse_obj() #1134 5年前
  Ádám Dóda 584e2d664c
GenMeshHeightmap flat shading normals (#1140) 5年前
  raysan5 2344941974 Replace external libraries custom allocators by raylib ones #1074 5年前
  Ray 1ee6290fcf Replaced fabs() by fabsf() when required 5年前
  Ray c5d5d19443 Remove trail spaces 5年前
  Tyler Jessilynn Bezera e7fdf8a13d
Expand GLTF Model support (#1108) 5年前
  raysan5 131132f17d Minor tweaks 5年前
  raysan5 becd3c3831 REVIEWED: GenMeshCylinder(), solved issue #1088 5年前
  Ray ea40bda88c Added func used in comments 5年前
  Ray b5fe41f41a Review libc dependencies and remove when possible 5年前
  Ray c3f06b7470 Remove all trail spaces 5年前
  Ray cde26c743c Replace TraceLog() function by TRACELOG macro 5年前
  Ray 4992edab24 ADDED: DrawPoint3D() 5年前
  Ray c715cae18d Some tweaks 5年前
  Ray b02c6127a0 Minor tweaks 5年前
  Ray d41386d661 Minor tweaks to avoid warnings 5年前
  Ray d10ff78822 WARNING: Renamed Vector3Multiply() to Vector3Scale() 5年前
  Victor Gallet 6a46dcb374 Fix compilation when the SUPPORT_MESH_GENERATION feature is not supported (previously, the loadModel function was using the GenMeshCube texture, if no model founded, to generate a default cube mesh (#1075) 5年前