Problem 1099 - Geant4.9.3 Configure, Snow leopard and GL_MAX_VIEWPORT_DIMS
Summary: Geant4.9.3 Configure, Snow leopard and GL_MAX_VIEWPORT_DIMS
Status: RESOLVED DUPLICATE of problem 1102
Alias: None
Product: Geant4
Classification: Unclassified
Component: visualization/OpenGL (show other problems)
Version: 9.3
Hardware: Apple Mac OS X
: P4 normal
Assignee: garnier
URL: http://lists.apple.com/archives/mac-o...
Depends on:
Blocks:
 
Reported: 2010-01-20 14:25 CET by garnier
Modified: 2010-02-08 15:57 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description garnier 2010-01-20 14:25:01 CET
Checking GL_MAX_VIEWPORT_DIMS on mac 10.6 (snow leopard) return 0,0 values. 
This cause a warning message and a wrong resize function on OGLxxx Viewers.

  // Check size
  GLint dims[2];
  glGetIntegerv(GL_MAX_VIEWPORT_DIMS, dims);
Comment 1 garnier 2010-02-08 15:57:58 CET
Same problem as http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1102

*** This problem has been marked as a duplicate of problem 1102 ***