커밋 기록

작성자 SHA1 메시지 날짜
  Lasse Öörni b22768227f Possibility to enable alpha-to-coverage in either pass or material (all passes). Requires D3D11 or OpenGL and hardware multisampling enabled. Seems to look slightly different on D3D / OpenGL. Fixed depth bias not being copied in Material::Clone(). Closes #1578. 9 년 전
  Lasse Öörni 83acf5bc14 Optional per-texture specifiable max. anisotropy level. Closes #1563. 9 년 전
  Lasse Öörni 6895a512af Pass-level mechanism for eliminating unnecessary shader compilation defines. Closes #1567. Use this mechanism to eliminate PACKEDNORMAL define from depth & shadow pass in normalmapped techniques. 9 년 전
  Lasse Öörni 2fe4cb0131 Add max extrusion parameter for directional lights. Default to 1000. This prevents large far clip causing poor shadow map depth resolution and too strong effect of depth bias parameters, but can be increased if very tall shadows are needed. 9 년 전
  Lasse Öörni 623639cdfe Add note of example use of render order. 9 년 전
  Lasse Öörni 695f75099e Remove specific AlphaMask & NormalPacked techniques, in favor of adding the necessary shader defines in the material instead. 9 년 전
  Lasse Öörni 48f779e234 Add possibility for materials to define vertex & pixel shader compilation defines, like techniques & passes. Related to #1566. As a consequence, removed the "alphamask" hint from techniques (render order can be used instead) and automatic determination if material should occlude. Fixed bugs in Material JSON save. Allow JSONValue::Size() to also work in object mode. Added porting notes as necessary. 9 년 전
  Lasse Öörni 9df9a5c77c Add new AssetImporter flag to Doxygen docs. 9 년 전
  Lasse Öörni d2abcc89a6 Add brief documentation section on physical light values. 9 년 전
  Lasse Öörni 9cb40e239f Minor additions / changes to the UI documentation page. 9 년 전
  Rokas Kupstys d48c4120a1 E_INPUTBEGIN, E_INPUTEND, E_SDLRAWINPUT 9 년 전
  Yao Wei Tjong 姚伟忠 9fee916c55 For documentation - use https protocol when it is available. 9 년 전
  Lasse Öörni 02e1d6dd2c Add performance note of package files on Android. 9 년 전
  Lasse Öörni 4279990ea8 Minor fixes. Add script bindings and documentation for the new renderpath command. 9 년 전
  Lasse Öörni 6d046d57c8 More minor code, comment and tab-to-spaces changes. Use the more specific TrailPoint struct name instead of Point, and export it in case a derived class wants to manipulate them. Add RibbonTrail to documentation's drawable class list. 9 년 전
  Lasse Öörni 67e80aa61e Add brief documentation section on defining extra per-instance data. 9 년 전
  Lasse Öörni 31f608408d Minor documentation update on scene model. 9 년 전
  Yao Wei Tjong 姚伟忠 cfd6233297 Minor doc update on Linux and RPI building prerequisite section. 9 년 전
  cosmy b057434bfa Make escape key name consistent between keycode and scancode. 9 년 전
  Lasse Öörni caf663eac3 Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels. 9 년 전
  Lasse Öörni 9e22d226c5 Add explanation of sceneless sound nodes to the documentation. Closes #1385. 9 년 전
  Lasse Öörni 591171202a Add short documentation section on VSM shadows. 9 년 전
  Lasse Öörni 2ca6d16b28 Mention EventProfiler in the documentation. Simplify code in DebugHud to activate/deactivate event profiler. 9 년 전
  Lasse Öörni 5d71f8012a Update documentation. Skip material / texture save in AssetImporter "anim" mode. 9 년 전
  Lasse Öörni 7da8374a3b Option to override culling mode in pass. Closes #1363. 9 년 전
  Lasse Öörni 113b771a47 Add section on render order caveats to documentation. Closes #1358. 9 년 전
  Yao Wei Tjong 姚伟忠 4f72a673d9 Fix the compression ratio calculation. Suppress compilation warnings. 9 년 전
  Yao Wei Tjong 姚伟忠 c28634c206 Minor enhancement on the PackageTool to have output option. 9 년 전
  Lasse Öörni a955725bd0 Add the interpolation mode IM_NONE to ValueAnimation. Add animating UI element to LightAnimation example. Add ResourceRef constructor that takes type & name as strings for easier script bindings. 9 년 전
  Lasse Öörni 44ba1f04b8 Enhance documentation related to normal offset. Add missing Lua property for mobileNormalOffsetMul. Closes #1347. 9 년 전