v2.0.0-alpha.1 #380
sczerwinski
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
Double
buffer data wrapper:DoubleBufferData
VecN<Int>.toIntArray()
VecN<Long>.toLongArray()
VecN<Double>.toDoubleArray()
Mat.toList()
, returning elements of the matrixBaseMat<Double, M, V>.toDoubleArray()
Int
vectors to@Uniform
annotationIntUniformBuffer
,FloatUniformBuffer
IntUniformBuffer
andFloatUniformBuffer
to@Uniform
annotationVec2.cross(Vec2): Vec3
methodVec2.magnitude()
,Vec3.magnitude()
,Vec2.normalize()
,Vec3.normalize()
Color.toVec3()
,Color.toVec4()
,Int.toVec3()
,Int.toVec4()
Vec3.toColor()
,Vec4.toColor()
,Vec3.toColorInt()
,vec4.toColorInt()
,Vec3.toComposeColor()
,Vec4.toComposeColor()
Vec3
orVec4
HALF_FLOAT
DEPTH_STENCIL
,RED
andRG
RGB32F
andRGBA32F
Changed
T : Number
toAngle
andAngleRange
T : Number
toVec
and all inheriting typesVec.toFloatArray()
replaced with a set of extension functionsVecN<Float>.toFloatArray()
T : Number
toMat
and all inheriting typesMat.toFloatArray()
replaced with a set of extension functionsBaseMat<Float, M, V>.toFloatArray()
BaseMat.elements
is now protected (useMat.toList()
instead)T : Number
toCamera
and its implementationsT : Number
toLens
and its implementationsEmptyTexturePresets
toTexturePresets
MeshDataBuilder
8.1
1.8.20
1.8.20-1.0.11
1.4.0
7.4.2
2.4.0
kotlinx-coroutines-android
to1.6.4
androidx.appcompat:appcompat
to1.6.1
com.google.android.material:material
to1.8.0
androidx.annotation:annotation
to1.6.0
activity-compose
to1.7.1
kotlinpoet
to1.13.0
slf4j-api
to2.0.7
logback-core
to1.4.7
logback-classic
to1.4.7
mockk
to1.13.5
detekt-gradle-plugin
to1.22.0
org.jetbrains.changelog
to2.0.0
org.jetbrains.dokka
to1.8.10
Deprecated
magnitude(Vec2)
,magnitude(Vec3)
,normalize(Vec2)
,normalize(Vec3)
Vec3(Color)
,Vec4(Color)
,Vec3(@ColorInt Int)
,Vec4(@ColorInt Int)
Removed
ProgramExecutor.dispose()
without parametersThis discussion was created from the release v2.0.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions