Copyright © 2021 by K4.org
  (v.0.48.124)

A font for 3D Text only. Fonts do not need to be defined for 2D Text.

Index

Rules

__mod3

__mod3: String

Internal Use Only

Flags : Cached (Note this is uncached)

Expression : R.THREE.makeFont(this.loadedFont, this.fontUrl, this.makeDefault)

fontName

fontName: String

The name of the font.

Flags : Cached, Parameter (Note this is uncached)

Expression : "default"

fontUrl

fontUrl: String

The path to the definition file.

Flags : Cached, Parameter (Note this is uncached)

Expression : R.settings.hosts.THREE.defaultFont

loadedFont

loadedFont: String

Internal Use Only

Flags : Cached, Async (Note this is uncached)

Expression : R.THREE.loadFont(this.fontName, this.fontUrl, this.makeDefault)

makeDefault

makeDefault: Boolean

If true, sets this font to be the default.

Flags : Cached, Parameter (Note this is uncached)

Expression : true

update3

update3: Boolean

This is the primary 'Update' driver for rendered models.

Flags : Cached, Update (Note this is uncached)

Expression : this.suppressUpdate ? false : (this.__mod3, true)