three-text-geometry
    Preparing search index...

    Interface TextGeometryElements

    TextGeometryElements is an interface that extends the ThreeElements interface and includes the TextGeometry component.

    TextGeometryElements

    interface TextGeometryElements {
        ambientLight: AmbientLightProps;
        ambientLightProbe: AmbientLightProbeProps;
        arrayCamera: ArrayCameraProps;
        arrowHelper: ArrowHelperProps;
        audioListener: AudioListenerProps;
        axesHelper: AxesHelperProps;
        batchedMesh: BatchedMeshProps;
        bone: BoneProps;
        box3Helper: Box3HelperProps;
        boxBufferGeometry: BoxBufferGeometryProps;
        boxGeometry: BoxGeometryProps;
        boxHelper: BoxHelperProps;
        bufferAttribute: BufferAttributeProps;
        bufferGeometry: BufferGeometryProps;
        camera: CameraProps;
        cameraHelper: CameraHelperProps;
        canvasTexture: CanvasTextureProps;
        capsuleGeometry: CapsuleGeometryProps;
        circleBufferGeometry: CircleBufferGeometryProps;
        circleGeometry: CircleGeometryProps;
        color: ColorProps;
        compressedTexture: CompressedTextureProps;
        coneBufferGeometry: ConeBufferGeometryProps;
        coneGeometry: ConeGeometryProps;
        cubeCamera: CubeCameraProps;
        cubeTexture: CubeTextureProps;
        cylinderBufferGeometry: CylinderBufferGeometryProps;
        cylinderGeometry: CylinderGeometryProps;
        dataTexture: DataTextureProps;
        dataTexture3D: DataTexture3DProps;
        depthTexture: DepthTextureProps;
        directionalLight: DirectionalLightProps;
        directionalLightHelper: DirectionalLightHelperProps;
        directionalLightShadow: DirectionalLightShadowProps;
        dodecahedronBufferGeometry: DodecahedronBufferGeometryProps;
        dodecahedronGeometry: DodecahedronGeometryProps;
        edgesGeometry: EdgesGeometryProps;
        euler: EulerProps;
        extrudeBufferGeometry: ExtrudeBufferGeometryProps;
        extrudeGeometry: ExtrudeGeometryProps;
        float16BufferAttribute: Float16BufferAttributeProps;
        float32BufferAttribute: Float32BufferAttributeProps;
        float64BufferAttribute: Float64BufferAttributeProps;
        fog: FogProps;
        fogExp2: FogExp2Props;
        gridHelper: GridHelperProps;
        group: GroupProps;
        hemisphereLight: HemisphereLightProps;
        hemisphereLightHelper: HemisphereLightHelperProps;
        hemisphereLightProbe: HemisphereLightProbeProps;
        icosahedronBufferGeometry: IcosahedronBufferGeometryProps;
        icosahedronGeometry: IcosahedronGeometryProps;
        instancedBufferAttribute: InstancedBufferAttributeProps;
        instancedBufferGeometry: InstancedBufferGeometryProps;
        instancedMesh: InstancedMeshProps;
        int16BufferAttribute: Int16BufferAttributeProps;
        int32BufferAttribute: Int32BufferAttributeProps;
        int8BufferAttribute: Int8BufferAttributeProps;
        latheBufferGeometry: LatheBufferGeometryProps;
        latheGeometry: LatheGeometryProps;
        light: LightProps;
        lightProbe: LightProbeProps;
        lightShadow: LightShadowProps;
        lineBasicMaterial: LineBasicMaterialProps;
        lineDashedMaterial: LineDashedMaterialProps;
        lineLoop: LineLoopProps;
        lineSegments: LineSegmentsProps;
        lOD: LODProps;
        material: MaterialProps;
        matrix3: Matrix3Props;
        matrix4: Matrix4Props;
        mesh: MeshProps;
        meshBasicMaterial: MeshBasicMaterialProps;
        meshDepthMaterial: MeshDepthMaterialProps;
        meshDistanceMaterial: MeshDistanceMaterialProps;
        meshLambertMaterial: MeshLambertMaterialProps;
        meshMatcapMaterial: MeshMatcapMaterialProps;
        meshNormalMaterial: MeshNormalMaterialProps;
        meshPhongMaterial: MeshPhongMaterialProps;
        meshPhysicalMaterial: MeshPhysicalMaterialProps;
        meshStandardMaterial: MeshStandardMaterialProps;
        meshToonMaterial: MeshToonMaterialProps;
        object3D: Object3DProps;
        octahedronBufferGeometry: OctahedronBufferGeometryProps;
        octahedronGeometry: OctahedronGeometryProps;
        orthographicCamera: OrthographicCameraProps;
        perspectiveCamera: PerspectiveCameraProps;
        planeBufferGeometry: PlaneBufferGeometryProps;
        planeGeometry: PlaneGeometryProps;
        planeHelper: PlaneHelperProps;
        pointLight: PointLightProps;
        pointLightHelper: PointLightHelperProps;
        points: PointsProps;
        pointsMaterial: PointsMaterialProps;
        polarGridHelper: PolarGridHelperProps;
        polyhedronBufferGeometry: PolyhedronBufferGeometryProps;
        polyhedronGeometry: PolyhedronGeometryProps;
        positionalAudio: PositionalAudioProps;
        primitive: PrimitiveProps;
        quaternion: QuaternionProps;
        rawShaderMaterial: RawShaderMaterialProps;
        raycaster: RaycasterProps;
        rectAreaLight: RectAreaLightProps;
        ringBufferGeometry: RingBufferGeometryProps;
        ringGeometry: RingGeometryProps;
        scene: SceneProps;
        shaderMaterial: ShaderMaterialProps;
        shadowMaterial: ShadowMaterialProps;
        shape: ShapeProps;
        shapeBufferGeometry: ShapeBufferGeometryProps;
        shapeGeometry: ShapeGeometryProps;
        skeleton: SkeletonProps;
        skeletonHelper: SkeletonHelperProps;
        skinnedMesh: SkinnedMeshProps;
        sphereBufferGeometry: SphereBufferGeometryProps;
        sphereGeometry: SphereGeometryProps;
        spotLight: SpotLightProps;
        spotLightHelper: SpotLightHelperProps;
        spotLightShadow: SpotLightShadowProps;
        sprite: SpriteProps;
        spriteMaterial: SpriteMaterialProps;
        tetrahedronBufferGeometry: TetrahedronBufferGeometryProps;
        tetrahedronGeometry: TetrahedronGeometryProps;
        textGeometry: TextGeometryProps;
        texture: TextureProps;
        torusBufferGeometry: TorusBufferGeometryProps;
        torusGeometry: TorusGeometryProps;
        torusKnotBufferGeometry: TorusKnotBufferGeometryProps;
        torusKnotGeometry: TorusKnotGeometryProps;
        tubeBufferGeometry: TubeBufferGeometryProps;
        tubeGeometry: TubeGeometryProps;
        uint16BufferAttribute: Uint16BufferAttributeProps;
        uint32BufferAttribute: Uint32BufferAttributeProps;
        uint8BufferAttribute: Uint8BufferAttributeProps;
        vector2: Vector2Props;
        vector3: Vector3Props;
        vector4: Vector4Props;
        videoTexture: VideoTextureProps;
        wireframeGeometry: WireframeGeometryProps;
    }

    Hierarchy

    • ThreeElements
      • TextGeometryElements
    Index

    Properties

    ambientLight ambientLightProbe arrayCamera arrowHelper audioListener axesHelper batchedMesh bone box3Helper boxBufferGeometry boxGeometry boxHelper bufferAttribute bufferGeometry camera cameraHelper canvasTexture capsuleGeometry circleBufferGeometry circleGeometry color compressedTexture coneBufferGeometry coneGeometry cubeCamera cubeTexture cylinderBufferGeometry cylinderGeometry dataTexture dataTexture3D depthTexture directionalLight directionalLightHelper directionalLightShadow dodecahedronBufferGeometry dodecahedronGeometry edgesGeometry euler extrudeBufferGeometry extrudeGeometry float16BufferAttribute float32BufferAttribute float64BufferAttribute fog fogExp2 gridHelper group hemisphereLight hemisphereLightHelper hemisphereLightProbe icosahedronBufferGeometry icosahedronGeometry instancedBufferAttribute instancedBufferGeometry instancedMesh int16BufferAttribute int32BufferAttribute int8BufferAttribute latheBufferGeometry latheGeometry light lightProbe lightShadow lineBasicMaterial lineDashedMaterial lineLoop lineSegments lOD material matrix3 matrix4 mesh meshBasicMaterial meshDepthMaterial meshDistanceMaterial meshLambertMaterial meshMatcapMaterial meshNormalMaterial meshPhongMaterial meshPhysicalMaterial meshStandardMaterial meshToonMaterial object3D octahedronBufferGeometry octahedronGeometry orthographicCamera perspectiveCamera planeBufferGeometry planeGeometry planeHelper pointLight pointLightHelper points pointsMaterial polarGridHelper polyhedronBufferGeometry polyhedronGeometry positionalAudio primitive quaternion rawShaderMaterial raycaster rectAreaLight ringBufferGeometry ringGeometry scene shaderMaterial shadowMaterial shape shapeBufferGeometry shapeGeometry skeleton skeletonHelper skinnedMesh sphereBufferGeometry sphereGeometry spotLight spotLightHelper spotLightShadow sprite spriteMaterial tetrahedronBufferGeometry tetrahedronGeometry textGeometry texture torusBufferGeometry torusGeometry torusKnotBufferGeometry torusKnotGeometry tubeBufferGeometry tubeGeometry uint16BufferAttribute uint32BufferAttribute uint8BufferAttribute vector2 vector3 vector4 videoTexture wireframeGeometry

    Properties

    ambientLight: AmbientLightProps
    ambientLightProbe: AmbientLightProbeProps
    arrayCamera: ArrayCameraProps
    arrowHelper: ArrowHelperProps
    audioListener: AudioListenerProps
    axesHelper: AxesHelperProps
    batchedMesh: BatchedMeshProps
    bone: BoneProps
    box3Helper: Box3HelperProps
    boxBufferGeometry: BoxBufferGeometryProps
    boxGeometry: BoxGeometryProps
    boxHelper: BoxHelperProps
    bufferAttribute: BufferAttributeProps
    bufferGeometry: BufferGeometryProps
    camera: CameraProps
    cameraHelper: CameraHelperProps
    canvasTexture: CanvasTextureProps
    capsuleGeometry: CapsuleGeometryProps
    circleBufferGeometry: CircleBufferGeometryProps
    circleGeometry: CircleGeometryProps
    color: ColorProps
    compressedTexture: CompressedTextureProps
    coneBufferGeometry: ConeBufferGeometryProps
    coneGeometry: ConeGeometryProps
    cubeCamera: CubeCameraProps
    cubeTexture: CubeTextureProps
    cylinderBufferGeometry: CylinderBufferGeometryProps
    cylinderGeometry: CylinderGeometryProps
    dataTexture: DataTextureProps
    dataTexture3D: DataTexture3DProps
    depthTexture: DepthTextureProps
    directionalLight: DirectionalLightProps
    directionalLightHelper: DirectionalLightHelperProps
    directionalLightShadow: DirectionalLightShadowProps
    dodecahedronBufferGeometry: DodecahedronBufferGeometryProps
    dodecahedronGeometry: DodecahedronGeometryProps
    edgesGeometry: EdgesGeometryProps
    euler: EulerProps
    extrudeBufferGeometry: ExtrudeBufferGeometryProps
    extrudeGeometry: ExtrudeGeometryProps
    float16BufferAttribute: Float16BufferAttributeProps
    float32BufferAttribute: Float32BufferAttributeProps
    float64BufferAttribute: Float64BufferAttributeProps
    fog: FogProps
    fogExp2: FogExp2Props
    gridHelper: GridHelperProps
    group: GroupProps
    hemisphereLight: HemisphereLightProps
    hemisphereLightHelper: HemisphereLightHelperProps
    hemisphereLightProbe: HemisphereLightProbeProps
    icosahedronBufferGeometry: IcosahedronBufferGeometryProps
    icosahedronGeometry: IcosahedronGeometryProps
    instancedBufferAttribute: InstancedBufferAttributeProps
    instancedBufferGeometry: InstancedBufferGeometryProps
    instancedMesh: InstancedMeshProps
    int16BufferAttribute: Int16BufferAttributeProps
    int32BufferAttribute: Int32BufferAttributeProps
    int8BufferAttribute: Int8BufferAttributeProps
    latheBufferGeometry: LatheBufferGeometryProps
    latheGeometry: LatheGeometryProps
    light: LightProps
    lightProbe: LightProbeProps
    lightShadow: LightShadowProps
    lineBasicMaterial: LineBasicMaterialProps
    lineDashedMaterial: LineDashedMaterialProps
    lineLoop: LineLoopProps
    lineSegments: LineSegmentsProps
    lOD: LODProps
    material: MaterialProps
    matrix3: Matrix3Props
    matrix4: Matrix4Props
    mesh: MeshProps
    meshBasicMaterial: MeshBasicMaterialProps
    meshDepthMaterial: MeshDepthMaterialProps
    meshDistanceMaterial: MeshDistanceMaterialProps
    meshLambertMaterial: MeshLambertMaterialProps
    meshMatcapMaterial: MeshMatcapMaterialProps
    meshNormalMaterial: MeshNormalMaterialProps
    meshPhongMaterial: MeshPhongMaterialProps
    meshPhysicalMaterial: MeshPhysicalMaterialProps
    meshStandardMaterial: MeshStandardMaterialProps
    meshToonMaterial: MeshToonMaterialProps
    object3D: Object3DProps
    octahedronBufferGeometry: OctahedronBufferGeometryProps
    octahedronGeometry: OctahedronGeometryProps
    orthographicCamera: OrthographicCameraProps
    perspectiveCamera: PerspectiveCameraProps
    planeBufferGeometry: PlaneBufferGeometryProps
    planeGeometry: PlaneGeometryProps
    planeHelper: PlaneHelperProps
    pointLight: PointLightProps
    pointLightHelper: PointLightHelperProps
    points: PointsProps
    pointsMaterial: PointsMaterialProps
    polarGridHelper: PolarGridHelperProps
    polyhedronBufferGeometry: PolyhedronBufferGeometryProps
    polyhedronGeometry: PolyhedronGeometryProps
    positionalAudio: PositionalAudioProps
    primitive: PrimitiveProps
    quaternion: QuaternionProps
    rawShaderMaterial: RawShaderMaterialProps
    raycaster: RaycasterProps
    rectAreaLight: RectAreaLightProps
    ringBufferGeometry: RingBufferGeometryProps
    ringGeometry: RingGeometryProps
    scene: SceneProps
    shaderMaterial: ShaderMaterialProps
    shadowMaterial: ShadowMaterialProps
    shape: ShapeProps
    shapeBufferGeometry: ShapeBufferGeometryProps
    shapeGeometry: ShapeGeometryProps
    skeleton: SkeletonProps
    skeletonHelper: SkeletonHelperProps
    skinnedMesh: SkinnedMeshProps
    sphereBufferGeometry: SphereBufferGeometryProps
    sphereGeometry: SphereGeometryProps
    spotLight: SpotLightProps
    spotLightHelper: SpotLightHelperProps
    spotLightShadow: SpotLightShadowProps
    sprite: SpriteProps
    spriteMaterial: SpriteMaterialProps
    tetrahedronBufferGeometry: TetrahedronBufferGeometryProps
    tetrahedronGeometry: TetrahedronGeometryProps
    textGeometry: TextGeometryProps

    The props for the TextGeometry component.

    texture: TextureProps
    torusBufferGeometry: TorusBufferGeometryProps
    torusGeometry: TorusGeometryProps
    torusKnotBufferGeometry: TorusKnotBufferGeometryProps
    torusKnotGeometry: TorusKnotGeometryProps
    tubeBufferGeometry: TubeBufferGeometryProps
    tubeGeometry: TubeGeometryProps
    uint16BufferAttribute: Uint16BufferAttributeProps
    uint32BufferAttribute: Uint32BufferAttributeProps
    uint8BufferAttribute: Uint8BufferAttributeProps
    vector2: Vector2Props
    vector3: Vector3Props
    vector4: Vector4Props
    videoTexture: VideoTextureProps
    wireframeGeometry: WireframeGeometryProps