[GRASS-dev] [GRASS GIS] #3600: m.nviz.image doesn't produce any output
GRASS GIS
trac at osgeo.org
Wed Jul 4 11:34:02 PDT 2018
#3600: m.nviz.image doesn't produce any output
--------------------------+-------------------------
Reporter: guano | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Default | Version: 7.0.4
Resolution: | Keywords:
CPU: Unspecified | Platform: MacOSX
--------------------------+-------------------------
Comment (by hcho):
Hmm... 10005 is {{{AGL_BAD_DRAWABLE: (# exit 10005 #); (* invalid drawable
specified *)}}}.
https://developer.apple.com/documentation/agl/agl_bad_drawable
Maybe, I'm wrong, but {{{GL_TEXTURE_2D}}} is for textures whose dimensions
are a power of two. Whatever that means, width=500 and height=500 are not
a power of two. Please try again after replacing {{{GL_TEXTURE_2D}}} with
{{{GL_TEXTURE_RECTANGLE_EXT}}}.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3600#comment:15>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list