Rename org.openrndr.extras -> org.openrndr.extra (#250)

Co-authored-by: Edwin Jakobs <edwin@rndr.studio>
This commit is contained in:
Vechro
2022-07-28 20:23:26 +03:00
committed by GitHub
parent 5fa4e724c1
commit bad90709cc
81 changed files with 129 additions and 129 deletions

View File

@@ -2,7 +2,7 @@ package org.openrndr.extra.dnk3.tools
import org.openrndr.draw.*
import org.openrndr.extra.dnk3.*
import org.openrndr.extras.meshgenerators.boxMesh
import org.openrndr.extra.meshgenerators.boxMesh
data class SkyboxMaterial(val cubemap: Cubemap, val intensity: Double = 0.0) : Material {