-
```
If an texture is specified, this is used as tile for the ground.
Additional to this, the tile mapping size could be specified and influence the
perceived altitude of the viewer.
This however, r…
-
A feature in VHLT and forks, "embedded" lightmaps are lightmaps that are baked into the diffuse texture, for textures that cannot be lightmapped on certain engines.
These have a few use cases:
* L…
-
```
If an texture is specified, this is used as tile for the ground.
Additional to this, the tile mapping size could be specified and influence the
perceived altitude of the viewer.
This however, r…
-
# Steps to Reproduce
- Login on the MAINT-RC: http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Release/3.8.7.307376
(or http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/vi…
-
The 3D model format is likely proprietary and is not decoded yet by the asset extractor. 3D elements are only used by the hamster minigame but this would be good to implement. The DS game uses Nitro m…
-
Right now `BlitPass::AddCopy` has a routine to copy data from a `Texture` to a `DeviceBuffer`, but it _also_ unnecessarily copies data to the host when doing so. What's worse is that we're actually re…
-
```
If an texture is specified, this is used as tile for the ground.
Additional to this, the tile mapping size could be specified and influence the
perceived altitude of the viewer.
This however, r…
-
```
If an texture is specified, this is used as tile for the ground.
Additional to this, the tile mapping size could be specified and influence the
perceived altitude of the viewer.
This however, r…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
- [X] I have verified that I am using t…
-
Implement an HDR rendering pipeline by adding support to load HDR textures, render bloom/gaussian blur and a few tone mapping shaders. Tone mapping will be similar to Uncharted 2 and some very generic…