InfinityModelConfig constructor
const
InfinityModelConfig({})
Creates a new InfinityModelConfig.
Implementation
const InfinityModelConfig({
this.defaultColorMesh = const Color.fromARGB(255, 255, 255, 255),
this.defaultColorPoints = const Color.fromARGB(255, 200, 200, 200),
this.defaultPointWidth = 1,
this.defaultLineWidth = 1,
this.perspective = true,
this.supportZIndex = true,
});