menu
three_dart package
documentation
three3d/core/raycaster.dart
Face
Face constructor
Face constructor
dark_mode
light_mode
Face
constructor
Face
(
num
a
,
num
b
,
num
c
,
Vector3
normal
,
num
materialIndex
,
)
Implementation
Face(this.a, this.b, this.c, this.normal, this.materialIndex);
three_dart package
documentation
three3d/core/raycaster
Face
Face constructor
Face class