diff options
author | Sven Gothel <[email protected]> | 2012-04-09 07:48:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-09 07:48:14 +0200 |
commit | de152f62aca1f1dcc98d79a35a5bab335eeed3ca (patch) | |
tree | ca7585efeb1b0a97290866052a2fd9e8ece365af /make/config | |
parent | 10c0349f8c7768eaab2a6e5ed27a32acedc6ab0c (diff) |
Move ProjectFloat back to private, exposing basic math in FloatUtil
- Partially reverting commit de2b129a56335262a44a05541a3ab2e35668cc6e
- ProjectFloat and FloatUtil must reside in core, not util
- Moved slice2float -> GlueGen's Buffers
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/jogl/glu-common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-common.cfg b/make/config/jogl/glu-common.cfg index 56bf48f54..9271ec3c6 100644 --- a/make/config/jogl/glu-common.cfg +++ b/make/config/jogl/glu-common.cfg @@ -14,7 +14,7 @@ Import javax.media.opengl.glu.* Import jogamp.opengl.* Import jogamp.opengl.glu.* Import jogamp.opengl.glu.tessellator.GLUtessellatorImpl -Import com.jogamp.opengl.util.ProjectFloat +Import jogamp.opengl.ProjectFloat Import com.jogamp.common.util.ReflectionUtil # Raise GLException instead of RuntimeException in glue code |