Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have problem to implement ModelViewer in java.
In OnCreate in kotlin I only call modelViewer = ModelViewer(surfaceView),
but in java I get this[Error:Cannot resolve constructor 'ModelViewer(SurfaceView)']
(This Kotline Code works as expected. I have simplified the sample-gltf-viewer)
##########################################################################
(This is part of my java code)
[Error:Cannot resolve constructor 'ModelViewer(SurfaceView)']
Is there a simple way to use ModelViewer in java?
Beta Was this translation helpful? Give feedback.
All reactions