MCPcopy Create free account

hub / github.com/CypherCove/DoubleHelix / functions

Functions179 in github.com/CypherCove/DoubleHelix

↓ 75 callersMethodset
Binds the material's texture to the OpenGL context and changes the glBlendFunc to the values used by it.
core/src/com/cyphercove/doublehelix/points/BillboardDecalMaterial.java:30
↓ 31 callersMethodadd
(BillboardDecal decal)
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:87
↓ 11 callersMethodapply
()
core/src/com/cyphercove/doublehelix/TransformManager.java:39
↓ 9 callersMethodbegin
(Camera camera, RenderContext context)
core/src/com/cyphercove/doublehelix/UnlitShader.java:60
↓ 9 callersMethodend
()
core/src/com/cyphercove/doublehelix/UnlitShader.java:85
↓ 9 callersMethodget
android/src/com/cyphercove/doublehelix/SharedPreferencesRetriever.kt:30
↓ 9 callersMethodsetBlending
Sets the blending parameters for this decal @param srcBlendFactor Source blend factor used by glBlendFunc @param dstBlendFactor Destination blend fac
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:229
↓ 8 callersMethodupdate
(float delta, Vector3 lightDirection)
core/src/com/cyphercove/doublehelix/Particles.java:69
↓ 5 callersMethodflush
()
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:99
↓ 5 callersMethodsetColor
Sets the color of all four vertices to the specified color @param r Red component @param g Green component @param b Blue component @param a Alpha com
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:63
↓ 4 callersMethodapplyX
(int screenX)
core/src/com/cyphercove/doublehelix/FlippingInputMultiplexer.java:17
↓ 4 callersMethodapplyY
(int screenY)
core/src/com/cyphercove/doublehelix/FlippingInputMultiplexer.java:23
↓ 4 callersMethodinit
()
core/src/com/cyphercove/doublehelix/UnlitShader.java:40
↓ 4 callersMethodsetPosition
Sets the position to the given world coordinates @param x X position @param y Y Position @param z Z Position
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:175
↓ 4 callersMethodupdateCommon
(float delta, boolean haveTouchVelocity, Vector3 touchPosition, Vector3 touchVe
core/src/com/cyphercove/doublehelix/Particle.java:114
↓ 3 callersMethodclear
Remove all decals from batch
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:156
↓ 3 callersMethoddrawFar
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:412
↓ 3 callersMethodrender
(float xOffset, float yOffset, float xOffsetLooping, float xOffsetFake)
core/src/com/cyphercove/doublehelix/MainRenderer.java:250
↓ 3 callersMethodupdateColorsFromFrontHelixColor
()
core/src/com/cyphercove/doublehelix/Settings.java:59
↓ 2 callersMethodcalculateUnprojectedCircleOfConfusion
(float distance)
core/src/com/cyphercove/doublehelix/DepthOfFieldCamera.java:76
↓ 2 callersMethoddraw
(DecalBatch decalBatch, BillboardDecalBatch billboardDecalBatch)
core/src/com/cyphercove/doublehelix/Particles.java:136
↓ 2 callersMethodequals
(Object o)
core/src/com/cyphercove/doublehelix/points/BillboardDecalMaterial.java:50
↓ 2 callersMethodgetLightDirection
()
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:119
↓ 2 callersMethodgetTexture
()
core/src/com/cyphercove/doublehelix/PowerLUT.java:53
↓ 2 callersMethodrender
Renders all decals to the buffer and flushes the buffer to the GL when full/done
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:105
↓ 2 callersMethodresize
(int width, int height)
core/src/com/cyphercove/doublehelix/MainRenderer.java:230
↓ 2 callersMethodsetAngle
(float angle)
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:83
↓ 2 callersMethodsetInputAdapterResolution
()
core/src/com/cyphercove/doublehelix/Particles.java:150
↓ 2 callersMethodsetShouldFadeEnds
(boolean shouldFadeEnds)
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:115
↓ 2 callersMethodsetSize
(float size)
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:200
↓ 2 callersMethodupdateAllSettings
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:102
↓ 1 callersMethodadvanceScreenshotColor
()
core/src/com/cyphercove/doublehelix/Settings.java:53
↓ 1 callersMethodadvanceScreenshotResolution
()
core/src/com/cyphercove/doublehelix/Settings.java:75
↓ 1 callersMethodafterBillboardGroup
Invoked directly after rendering of a group has completed @param group Group which completed rendering
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:41
↓ 1 callersMethodafterBillboardGroups
Invoked after having rendered all groups
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:47
↓ 1 callersMethodbeforeBillboardGroup
Invoked directly before rendering the contents of a group @param group Group that will be rendered @param contents Array of entries of arrays contain
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:36
↓ 1 callersMethodbeforeBillboardGroups
Invoked before rendering any group
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:44
↓ 1 callersMethoddecideBillboardGroup
Assigns a group to a decal @param decal BillboardDecal to assign group to @return group assigned
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:30
↓ 1 callersMethoddrawBackground
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:404
↓ 1 callersMethoddrawNear
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:421
↓ 1 callersMethodfinishCreate
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:143
↓ 1 callersMethodgetBillboardGroupShader
(int group)
core/src/com/cyphercove/doublehelix/points/BillboardGroupStrategy.java:24
↓ 1 callersMethodgetMaterial
()
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:238
↓ 1 callersMethodinitialize
(int size)
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:69
↓ 1 callersMethodisOpaque
@return true if the material is completely opaque, false if it is not and therefor requires blending
core/src/com/cyphercove/doublehelix/points/BillboardDecalMaterial.java:38
↓ 1 callersMethodreloadShaders
()
core/src/com/cyphercove/doublehelix/Assets.java:75
↓ 1 callersMethodreset
()
core/src/com/cyphercove/doublehelix/Particle.java:105
↓ 1 callersMethodsetGroupStrategy
Sets the {@link GroupStrategy} used @param groupStrategy Group strategy to use
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:65
↓ 1 callersMethodsetTexture
(Texture texture)
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:234
↓ 1 callersMethodtranslate
Translates by the specified amount of units @param x Units to move along the x axis @param y Units to move along the y axis @param z Units to move al
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:159
↓ 1 callersMethodupdate
Recalculates vertices array if it grew out of sync with the properties (position, ..)
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:217
↓ 1 callersMethodupdateBillboard
(float delta, DepthOfFieldCamera camera, Vector3 projectedLight, boolean have
core/src/com/cyphercove/doublehelix/Particle.java:259
↓ 1 callersMethodupdateBillboardNoDOF
(float delta, DepthOfFieldCamera camera, Vector3 projectedLight, boolean have
core/src/com/cyphercove/doublehelix/Particle.java:301
↓ 1 callersMethodupdateFlake
(float delta, DepthOfFieldCamera camera, Vector3 projectedLight, boolean haveTouc
core/src/com/cyphercove/doublehelix/Particle.java:189
↓ 1 callersMethodupdateFlakeNoDOF
(float delta, DepthOfFieldCamera camera, Vector3 projectedLight, boolean haveTouc
core/src/com/cyphercove/doublehelix/Particle.java:232
↓ 1 callersMethodupdateInLoop
(float deltaTime)
core/src/com/cyphercove/doublehelix/MainRenderer.java:103
MethodAssets
()
core/src/com/cyphercove/doublehelix/Assets.java:68
MethodBackgroundShader
(Assets assets)
core/src/com/cyphercove/doublehelix/BackgroundShader.java:36
MethodBillboardDecal
()
core/src/com/cyphercove/doublehelix/points/BillboardDecal.java:49
MethodBillboardDecalBatch
(BillboardGroupStrategy groupStrategy)
core/src/com/cyphercove/doublehelix/points/BillboardDecalBatch.java:54
MethodBlackShader
(Assets assets)
core/src/com/cyphercove/doublehelix/BlackShader.java:34
MethodCircleOfConfusion
(float range)
core/src/com/cyphercove/doublehelix/DepthOfFieldCamera.java:54
MethodDepthOfFieldCamera
(float focalLength, float focalPlane, float aperture, float range)
core/src/com/cyphercove/doublehelix/DepthOfFieldCamera.java:69
MethodEffectsOverlay
(Assets assets)
core/src/com/cyphercove/doublehelix/EffectsOverlay.java:45
MethodFlippingInputMultiplexer
()
core/src/com/cyphercove/doublehelix/FlippingInputMultiplexer.java:9
MethodMainRenderer
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:107
MethodParticle
(TextureRegion textureRegion, Texture pointTexture)
core/src/com/cyphercove/doublehelix/Particle.java:94
MethodParticleGroupStrategy
(final Camera camera, Assets assets)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:47
MethodParticles
(Texture pointTexture, TextureRegion textureRegion, DepthOfFieldCamera camera)
core/src/com/cyphercove/doublehelix/Particles.java:56
MethodPowerLUT
W power will be in luminance, and H power will be in alpha
core/src/com/cyphercove/doublehelix/PowerLUT.java:34
MethodSubsurfaceScatteringShader
(Assets assets, Vector3 lightDirection)
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:50
MethodTransformManager
(ModelInstance modelInstance)
core/src/com/cyphercove/doublehelix/TransformManager.java:35
MethodUnlitShader
(Assets assets)
core/src/com/cyphercove/doublehelix/UnlitShader.java:36
MethodafterBillboardGroup
(int group)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:117
MethodafterBillboardGroups
()
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:139
MethodafterGroup
(int group)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:113
MethodafterGroups
()
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:133
MethodbeforeBillboardGroup
(int group, Array<BillboardDecal> contents)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:98
MethodbeforeBillboardGroups
()
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:127
MethodbeforeGroup
(int group, Array<Decal> contents)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:83
MethodbeforeGroups
()
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:121
Methodbegin
(Camera camera, RenderContext context)
core/src/com/cyphercove/doublehelix/BackgroundShader.java:60
Methodbegin
(Camera camera, RenderContext context)
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:76
Methodbegin
(Camera camera, RenderContext context)
core/src/com/cyphercove/doublehelix/BlackShader.java:58
MethodcanRender
(Renderable instance)
core/src/com/cyphercove/doublehelix/UnlitShader.java:53
MethodcanRender
(Renderable instance)
core/src/com/cyphercove/doublehelix/BackgroundShader.java:53
MethodcanRender
(Renderable instance)
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:70
MethodcanRender
(Renderable instance)
core/src/com/cyphercove/doublehelix/BlackShader.java:51
Methodcompare
(Decal o1, Decal o2)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:52
MethodcompareTo
(Shader other)
core/src/com/cyphercove/doublehelix/UnlitShader.java:48
MethodcompareTo
(Shader other)
core/src/com/cyphercove/doublehelix/BackgroundShader.java:48
MethodcompareTo
(Shader other)
core/src/com/cyphercove/doublehelix/SubsurfaceScatteringShader.java:65
MethodcompareTo
(Shader other)
core/src/com/cyphercove/doublehelix/BlackShader.java:46
Methodcreate
()
core/src/com/cyphercove/doublehelix/MainRenderer.java:115
MethoddecideBillboardGroup
(BillboardDecal decal)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:78
MethoddecideGroup
(Decal decal)
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:67
Methoddispose
()
core/src/com/cyphercove/doublehelix/UnlitShader.java:44
Methoddispose
()
core/src/com/cyphercove/doublehelix/ParticleGroupStrategy.java:173
Methoddispose
()
core/src/com/cyphercove/doublehelix/EffectsOverlay.java:51
Methoddispose
()
core/src/com/cyphercove/doublehelix/PowerLUT.java:57
next →1–100 of 179, ranked by callers