You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.
I was able to get the FaceViewer app up and running using Processing 3.3.7 on MacOS Sierra. But, when I tried running the SceneViewer app I ran into the following error:
"The package "javax.media.opengl" does not exist. You might be missing a library."
The PointCloud.pde contains the following line:
import javax.media.opengl.GL;
I did not see javax.media.opengl package in the /Users/kaisark/Documents/Processing/libraries/jmf.jar file. Which version of jmf.jar should the app use or should the app use jogl-all-2.1.0.jar?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was able to get the FaceViewer app up and running using Processing 3.3.7 on MacOS Sierra. But, when I tried running the SceneViewer app I ran into the following error:
"The package "javax.media.opengl" does not exist. You might be missing a library."
The PointCloud.pde contains the following line:
import javax.media.opengl.GL;
I did not see javax.media.opengl package in the /Users/kaisark/Documents/Processing/libraries/jmf.jar file. Which version of jmf.jar should the app use or should the app use jogl-all-2.1.0.jar?
Thanks.
The text was updated successfully, but these errors were encountered: