Skip to content

Tags: gongminmin/KlayGE

Tags

v4.17.1

Toggle v4.17.1's commit message
KlayGE: Samples: Fix the compiling issue in EnvLighting

v4.16.1

Toggle v4.16.1's commit message
KlayGE: Samples: Fix the compiling issue in EnvLighting

v4.17

Toggle v4.17's commit message
KlayGE: Bump up the version to 4.17.0

v4.16

Toggle v4.16's commit message
KlayGE: Rendering: Enable to load a RenderMaterial without a valid Re…

…nderFactory

v4.15.1

Toggle v4.15.1's commit message
External: Updated openal-soft

v4.14.2

Toggle v4.14.2's commit message
KlayGE: Octree: Fix some issues in OCTree SceneManager

1. In OCTree::*Visible, the variable visible was bool before, so if (visible) is right. But it was changed to BoundOverlap type, it's wrong (just opposite) to use if (visible),
2. Add missing OCTree::FrustumVisible,
3. Call parent class's *Visible in OCTree::*Visible, instead of copying code.

v4.14.1

Toggle v4.14.1's commit message
Engineering: Find git executable before using it (Github #203)

v4.15

Toggle v4.15's commit message
Doc: Update the version number

v4.14

Toggle v4.14's commit message
Doc: Update the version in readme

v4.13.1

Toggle v4.13.1's commit message
KlayGE: DR: Fix the scan based ClusteredDRLightIntersectionCS on sm 5.1.