MCPcopy Create free account

hub / github.com/CypherCove/DoubleHelix / types & classes

Types & classes33 in github.com/CypherCove/DoubleHelix

↓ 2 callersClassMainRenderer
Main libGDX entry point for the live wallpaper. It uses CoveTools' LiveWallpaperAdapter to support desktop testing of the live wallpaper. The input li
core/src/com/cyphercove/doublehelix/MainRenderer.java:49
↓ 2 callersClassSettingsApplicator
android/src/com/cyphercove/doublehelix/SettingsApplicator.kt:30
↓ 1 callersClassErrorsAndWarningsTree
android/src/com/cyphercove/doublehelix/DoubleHelixApplication.kt:47
↓ 1 callersClassMainSettingsFragment
android/src/com/cyphercove/doublehelix/SettingsActivity.kt:68
ClassAssets
core/src/com/cyphercove/doublehelix/Assets.java:31
ClassBackgroundShader
Used to draw the background ("skybox") model.
core/src/com/cyphercove/doublehelix/BackgroundShader.java:30
ClassBillboardDecal
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:27
ClassBillboardDecalBatch
Clone of libGDX's DecalBatch with additional vertex attributes.
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:36
ClassBillboardDecalMaterial
core/src/com/cyphercove/doublehelix/points/BillboardDecalMaterial.java:23
InterfaceBillboardGroupStrategy
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:22
ClassBlackShader
Used to draw a model pure black (the silhouette used for generating bloom lighting).
core/src/com/cyphercove/doublehelix/BlackShader.java:29
ClassCircleOfConfusion
core/src/com/cyphercove/doublehelix/DepthOfFieldCamera.java:47
ClassDaydream
android/src/com/cyphercove/doublehelix/Daydream.kt:24
ClassDecalPlus
core/src/com/cyphercove/doublehelix/DecalPlus.java:21
ClassDepthOfFieldCamera
PerspectiveCamera with properties and methods for calculating depth of field values.
core/src/com/cyphercove/doublehelix/DepthOfFieldCamera.java:26
ClassDesktopLauncher
desktop/src/com/cyphercove/doublehelix/desktop/DesktopLauncher.java:8
ClassDoubleHelixApplication
android/src/com/cyphercove/doublehelix/DoubleHelixApplication.kt:24
ClassEffectsOverlay
Various overlay effects.
core/src/com/cyphercove/doublehelix/EffectsOverlay.java:31
ClassFlippingInputMultiplexer
core/src/com/cyphercove/doublehelix/FlippingInputMultiplexer.java:7
ClassInfoActivity
android/src/com/cyphercove/doublehelix/InfoActivity.kt:22
ClassLWService
android/src/com/cyphercove/doublehelix/LWService.kt:26
ClassParticle
core/src/com/cyphercove/doublehelix/Particle.java:29
ClassParticleGroupStrategy
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:33
ClassParticles
core/src/com/cyphercove/doublehelix/Particles.java:33
ClassPower
core/src/com/cyphercove/doublehelix/Particle.java:81
ClassPowerLUT
A power function look-up table to use in shaders as an optimization.
core/src/com/cyphercove/doublehelix/PowerLUT.java:30
ClassSettings
The user-adjustable settings. This is static to avoid having to pass objects back and forth between the modules. It must only be modified from the Ope
core/src/com/cyphercove/doublehelix/Settings.java:27
ClassSettingsActivity
android/src/com/cyphercove/doublehelix/SettingsActivity.kt:34
InterfaceSettingsAdapter
core/src/com/cyphercove/doublehelix/MainRenderer.java:101
ClassSharedPreferencesRetriever
android/src/com/cyphercove/doublehelix/SharedPreferencesRetriever.kt:27
ClassSubsurfaceScatteringShader
The shader used to draw the models with a translucent appearance. The approach is based on a <a href="https://colinbarrebrisebois.com/2011/03/07/gdc-2
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:35
ClassTransformManager
Tracks the model transform for a model instance.
core/src/com/cyphercove/doublehelix/TransformManager.java:26
ClassUnlitShader
Used to render the background ("skybox") for generating bloom.
core/src/com/cyphercove/doublehelix/UnlitShader.java:30