Class MojiGroup

An encapsuled class to sync multiple kokomi.TextMesh with DOM.

Hierarchy (view full)

Constructors

Properties

base: Base
container: Scene
elList: HTMLElement[]
emitter: Emitter<any>
fragmentShader: string
isScrollPositionSync: boolean
materialParams: AllMaterialParams
mojis: Moji[]
scroller: null | Scroller
textMeshConfig: any
textMeshMaterial: null | ShaderMaterial
uniformInjector: UniformInjector
uniforms: {
    [uniform: string]: THREE.IUniform<any>;
}
useSelfScroller: boolean
vertexShader: string

Methods