Google Code Exporter

Results 11083 issues of Google Code Exporter

``` Create filter or adjusted noise generators to provide the full spectrum of A-Clouds (namely Cirrus, CirroCumulus, CirroStratus, and AltoStratus). These should be automatically used based on an assigned enum...

Priority-Medium
auto-migrated
Type-Enhancement
clouds

``` Instead of compose the cloud maps per frame in a render to texture step, a 3D Texture with multiple slices representing different times could be used instead and would...

auto-migrated
Type-Enhancement
Priority-High
Performance
clouds

``` Currently, in each frame a high resolution texture is composed, based on multiple noise tiles with different octaves and resolutions each. This is done to provide dynamic movement and...

auto-migrated
Type-Enhancement
Priority-High
Performance
clouds

``` these are highly optimizable (e.g., just check the HDR function and others). this shader consumes most of the time.. ``` Original issue reported on code.google.com by `costumebrother` on 12...

auto-migrated
Type-Enhancement
Priority-High
sun

``` apply the moons' resolution and fov independent antialiasing to the suns' disc. ``` Original issue reported on code.google.com by `costumebrother` on 12 Aug 2012 at 1:27

Priority-Medium
auto-migrated
Type-Enhancement
sun

``` The mapping of random values generated per star and per frame are non uniformly distributed to provide more natural looking scintillations. This mapping should be adjustable (e.g., the exponent,...

auto-migrated
Priority-Low
Type-Enhancement
stars

``` For the moon, one could use a low resolution grid (e.g., 16x16 Texture) with random variations in optical density. These than should be cause interpolated deformations of the moons'...

auto-migrated
Priority-Low
Type-Enhancement
moon

``` If each star is refraction corrected in the vertex shader, scintillations can probably be applied to the optical depth and be expressed as wavelength dependent refraction variation. The look-up...

auto-migrated
Type-Enhancement
stars
Priority-High

``` Check the minimal sampling rate, in this case the minimal star diameter. ``` Original issue reported on code.google.com by `costumebrother` on 9 Aug 2012 at 12:40

auto-migrated
Type-Defect
stars
Priority-High

``` Currently each geode implements its own cattering weight and needs to recalculate the air mass over and over again. Optimize this function to a minium and apply scattering uniformly...

Priority-Medium
auto-migrated
Type-Enhancement
Component-Logic