-
Notifications
You must be signed in to change notification settings - Fork 274
Description
Hi ,
How to import this library in Android Studio. I have tried to clone the code and manually the add the gradle files. However it giving a lot of error of classes not able to find.
import geo.GeoObj;
import gl.Color;
import gl.CustomGLSurfaceView;
import gl.GL1Renderer;
import gl.GLCamera;
import gl.GLFactory;
import gl.scenegraph.MeshComponent;
import gl.scenegraph.Shape;
import gui.GuiSetup;
import gui.InfoScreenSettings;
import system.ErrorHandler;
import system.EventManager;
import system.Setup;
import util.Vec;
import worldData.Obj;
import worldData.SystemUpdater;
import worldData.World;
import actions.Action;
import actions.ActionCalcRelativePos;
import actions.ActionMoveCameraBuffered;
import actions.ActionRotateCameraBuffered;
I have tried adding the prefix de.rwth too but it didn't worked out. Its also giving errors in de.rwth.setups.CollectItemsSetup Class. Any body can help me out?.