three_js_tjs_loader library
Classes
- BufferGeometryLoader
-
A loader for loading a
BufferGeometry
. This uses theFileLoader
internally for loading files. - MaterialLoader
-
A loader for loading a
Material
in JSON format. This uses theFileLoader
internally for loading files. - ObjectLoader
- A loader for loading a JSON resource in the JSON Object/Scene format.
Properties
-
textureFilter
→ Map<
String, int> -
final
-
textureMapping
→ Map<
String, int> -
final
-
textureWrapping
→ Map<
String, int> -
final
Functions
-
getTypedArray(
String type, List buffer) → NativeArray< num> -
getTypedAttribute(
NativeArray< num> array, int itemSize, [bool normalized = false]) → BufferAttribute<NativeArray< num> >