[cello-cvs] CVS cello/kt-opengl

fgoenninger fgoenninger at common-lisp.net
Sun Oct 1 20:45:04 UTC 2006


Update of /project/cello/cvsroot/cello/kt-opengl
In directory clnet:/tmp/cvs-serv20896

Modified Files:
	defpackage.lisp 
Log Message:
Added. Some futher expors of symbols.

--- /project/cello/cvsroot/cello/kt-opengl/defpackage.lisp	2006/10/01 12:28:58	1.1
+++ /project/cello/cvsroot/cello/kt-opengl/defpackage.lisp	2006/10/01 20:45:04	1.2
@@ -20,7 +20,7 @@
 ;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
 ;;; IN THE SOFTWARE.
 
-;;; $Id: defpackage.lisp,v 1.1 2006/10/01 12:28:58 fgoenninger Exp $
+;;; $Id: defpackage.lisp,v 1.2 2006/10/01 20:45:04 fgoenninger Exp $
 
 (pushnew :kt-opengl *features*)
 
@@ -50,6 +50,7 @@
     #:with-gl-doubles
     #:with-display-list
     #:with-gl-translation
+    #:with-ogl-isolation
 
     #:gl-pushm 
     #:gl-popm
@@ -62,12 +63,30 @@
     #:ogl-get-int
     #:ogl-get-boolean 
 
+    #:v3i
+    #:make-v3i
+    #:mk-vertex3i
+    #:v3i-x
+    #:v3i-y
+    #:v3i-z
+    #:mkv3i
+
     #:v3f
     #:make-v3f
+    #:mk-vertex3f
     #:v3f-x
     #:v3f-y
     #:v3f-z
+    #:mkv3f
 
+    #:v3d
+    #:make-v3d
+    #:mk-vertex3d
+    #:v3d-x
+    #:v3d-y
+    #:v3d-z
+    #:mkv3d
+    
     #:xlin
     #:xlout
     #:farther
@@ -79,6 +98,8 @@
     #:ogl-texture-delete
     #:ogl-tex-gen-setup
     #:ogl-tex-activate
+
+    #:ogl-current-color
     
     #:ogl-bounds
     #:ogl-scissor-box




More information about the Cello-cvs mailing list