Historia zmian

Autor SHA1 Wiadomość Data
  shadowislord b1211e55a4 Implement spot light v. frustum culling by converting the spot light into an oriented-bounding box and then performing frustum v. OBB intersection. 11 lat temu
  shadowislord e76559a847 Set the light filter's camera in RenderManager.setCamera() as it is more appropriate. 11 lat temu
  shadowislord b51f015fb9 Add rudimentary cone v. frustum intersection test for light culling. 11 lat temu
  shadowislord 9435d28431 Update .gitignore with two more nbproject/private folders 11 lat temu
  shadowislord 13f2fbd244 Remove a weird line of code from TestHoveringTank 11 lat temu
  shadowislord 1c0d798707 Add support for light culling or "filtering". 11 lat temu
  shadowislord 75a67d0611 Particle.j3md now supports shadow casting (only for triangle-based particles) 11 lat temu
  shadowislord c98da31999 Make pond shader look less shiny 11 lat temu
  shadowislord 7cae92dc67 Fix rendering glitch in TestTransparentShadow (missing tangents for normal mapping) 11 lat temu
  shadowislord bfc866774f Fix lighting crash when using environment mapping due to the addition of instancing 11 lat temu
  pspeed42 aea5e4af31 Added a basic AppProfiler implementation and corresponding 11 lat temu
  pspeed42 a517130528 Added hooks for detailed performance profiling. 11 lat temu
  pspeed42 3d32b012c2 Checking in the profiler classes separately as I work 11 lat temu
  pspeed42 70c10aac3a Added the base abstract app state class that was 11 lat temu
  Nehon ead8393600 Made GeometryGroupNode.getGeometryStartIndex public 11 lat temu
  Nehon a709ba9a77 Use of glBufferData instead of glBufferSubData in android renderer, because it seems to cause GL oom on some devices. 11 lat temu
  pspeed42 5a482e2b98 Added another Photoshop tyle blend mode: Exclusion 11 lat temu
  shadowislord a18c568579 Fix native bullet build on Linux 11 lat temu
  shadowislord ef9f6213f9 Add shared library extensions from other platforms to .gitignore 11 lat temu
  shadowislord b067aaed0e Delete libbulletjme64.so from samples folder (why is it there anyway?) 11 lat temu
  shadowislord 39df98da34 Update gradle version from 1.11 to 1.12 (stable) 11 lat temu
  shadowislord dbd9ed9d78 Merge pull request #126 from kwando/screen_blendmode 11 lat temu
  shadowislord 82715fbf8c Merge pull request #155 from blay09/bug/handleerrorheadless 11 lat temu
  shadowislord 3a6e1c5044 Merge pull request #168 from kwando/color_changes 11 lat temu
  shadowislord 4599c4cc9d Fix crash in TestInstanceNode (do you guys even test??) 11 lat temu
  shadowislord 57d4dbb1b1 Merge pull request #172 from kwando/master 11 lat temu
  shadowislord 09aae64e8b TestInconsistentCompareDetection: Make sure we have more than 128 geometries in our scene graph to actually trigger the compare error 11 lat temu
  shadowislord cc9b22de4c Change the compare function error in ListSort to be more user friendly and indicate the likely cause of the error. 11 lat temu
  shadowislord 2b83b65f69 Change the compare function error in ListSort to be more user friendly and indicate the likely cause of the error. 11 lat temu
  shadowislord 5f4428e640 Add test to trigger the inconsistent compare function detection in the sorting algorithm. 11 lat temu