Skip to main content

CameraObjectFilter

Complete API reference for CameraObjectFilter, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: CameraFilters

Component: no


public interface CameraObjectFilter

Methods

SignatureReturnsDescription
filterShadow()booleanFilters which Shadow will be rendered. Return true to render and false to ignore.
filterRenderer(ModelRenderer)booleanFilters which ModelRenderer will be rendered. Return true to render and false to ignore.
filterRenderer(SkinnedModelRenderer)booleanFilters which SkinnedModelRenderer will be rendered. Return true to render and false to ignore.
filterMaterialBake(Material, Vertex)booleanFilters which Bake will be rendered. Return true to render and false to ignore.
filter3DText(Component)booleanFilters which 3DText will be rendered. Return true to render and false to ignore.
renderFog()booleanDefines whether the Fog will render. Return true to render and false to ignore.
renderParticles()booleanDefines whether Particles will render. Return true to render and false to ignore.
filterParticle(ParticleEmitter)booleanFilters which ParticleEmitter will be rendered. Return true to render and false to ignore.
overrideAmbientLight()ColorOverrides the Ambient Light Color. Return the Color that will override.
overrideIndirectLight()ColorOverrides the Indirect Light Color. Return the Color that will override.