Skip to content

multiple compiler issues #6

Open
@tmgeorge2

Description

@tmgeorge2

Hi, I just try to get this running and found multiple issue. I hope I didn't screw up myself.

I have Netbeans 8.1 and downloaded modern-jogl-examples and jglm.

I am a little confused why you sometimes import glm...from the Jglm project and sometimes import framework.jglm.

File ObjectPole.java: Import is for glm.quat.Quat but the called method mult(Quat) is only defined in framework.jglm.Quat. There's also a call for Quat.cast_() which is not defined in in both …?

Some other issues I had:

  • Timer.Type.Loop -> LOOP should be all capitals
  • cannot convert frameworkjglm.Vec3 to glm.vec._3.Vec3
  • java.awt.event.MouseEvent cannot be converted to com.jogamp.newt.event.MouseEvent

As said I hope I didn’t missed anything big.

Anyway thx for the project I am really eager to try it out.

Rgds
tmg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions