ch.viseon.threejs.declarations.helpers.GridHelper.kt Maven / Gradle / Ivy
@file:JsModule("three")
package ch.viseon.threejs.declarations.helpers
/**
* The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.
*/
open external class GridHelper(size: Double = definedExternally, divisions: Double = definedExternally, colorCenterLine: ch.viseon.threejs.declarations.math.Color = definedExternally, colorGrid: ch.viseon.threejs.declarations.math.Color = definedExternally): ch.viseon.threejs.declarations.objects.Line{
}