Renamed obj-model-gl to obj-model-opengl
This commit is contained in:
parent
ff46c54705
commit
c8a67b6a5f
2 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: obj-model-gl
|
name: obj-model-opengl
|
||||||
version: 0.1
|
version: 0.1
|
||||||
synopsis: OBJ model file loader OpenGL glue
|
synopsis: OBJ model file loader OpenGL interaction
|
||||||
description: Provides functions to prepare OBJ model data for efficient access from OpenGL
|
description: Provides functions to prepare OBJ model data for efficient access from OpenGL
|
||||||
category: Graphics
|
category: Graphics
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
@ -12,5 +12,5 @@ Cabal-Version: >=1.2
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4, obj-model, containers, mtl, OpenGL
|
build-depends: base >= 4, obj-model, containers, mtl, OpenGL
|
||||||
exposed-modules: Data.Obj3D.GL
|
exposed-modules: Data.Obj3D.OpenGL
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
|
@ -1,4 +1,4 @@
|
||||||
module Data.Obj3D.GL ( Interleaved
|
module Data.Obj3D.OpenGL ( Interleaved
|
||||||
, InterleavedObj
|
, InterleavedObj
|
||||||
, interleavedArrayFormat
|
, interleavedArrayFormat
|
||||||
, indexArrayFormat
|
, indexArrayFormat
|
Reference in a new issue