[GRASS-dev] [GRASS GIS] #3600: m.nviz.image doesn't produce any output

GRASS GIS trac at osgeo.org
Wed Jul 4 18:33:54 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 guano):

 I made the changes to render.c:


 {{{
 aglCreatePBuffer(width, height, GL_TEXTURE_RECTANGLE_EXT, GL_RGBA, 0,
 &(rwin->windowId));
 if (aglCreatePBuffer(width, height, GL_TEXTURE_RECTANGLE_EXT, GL_RGBA, 0,
 &(rwin->windowId)) == GL_FALSE)
 fprintf(stderr, "aglCreatePBuffer failed: %d %d %d\n", width, height,
 aglGetError());
 }}}

 and tried to run with {{{size=500,500}}} and {{{size=512,512}}}

 the result is the same, as well as the error message:

 {{{aglCreatePBuffer failed: 500 500 10005}}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3600#comment:27>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list