283 次代码提交 (784b24e35ee2915cfa4c7ee4d30a59e9e019870f)

作者 SHA1 备注 提交日期
  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 4 年前
  GoldenThumbs 763aa5b8a2
Fixed Generated Normals for GenMeshCubicmap (#1244) 4 年前
  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 年前
  raysan5 21c30f43d4 Update year to 2020 5 年前
  las3rlars f8bd56b07f Normals was not correctly updated when using animated meshes (#1052) 5 年前
  Ray 1397242d88 Small code tweak to avoid warning 5 年前
  Ray 416a52b5bc Minor comments tweak 5 年前
  Ray 2783d0d63e DrawPoint3D(): PR review 5 年前
  Eric J 5d27c1e6c9 Add DrawPoint3D() function to models.c (#1019) 5 年前
  João Coelho 75b0264f35 fix various problems, thanks CppCheck :) (#1005) 5 年前
  chriscamacho 3d8b1165a8 mem leak in gltf loader (#995) 5 年前
  Ray 9b6227688f Corrected issue #992 5 年前
  Ray ea70c47a1a Review latest PR 5 年前
  Tyler Jessilynn Bezera 3f7fa6d6e7 Add multi texture support for materials in GLTF format (#979) 5 年前
  Michael Vetter 596338b26a Check whether parsing mtl file was succesful (#982) 5 年前
  Michael Vetter eb772bc1e0 Check whether GLTF was loaded correctly (#981) 5 年前
  Ray bdcb16e7bb Review PR and comments 5 年前