SceneMesh constructor

SceneMesh({
  1. List<double> vertices = const [],
})

Implementation

SceneMesh({
    this.vertices = const [],
});