|
Run the following script before sending bug reports or questions
to supply me with information about your environment.
catch { console show }
package require tcl3d
togl .t
# Print information about the OS.
parray tcl_platform
# Print information about the Tcl3D modules.
puts [tcl3dGetPackageInfo]
# Print information about the OpenGL driver.
puts [tcl3dOglGetVersions]
# If it's a problem with an OpenGL extension, you should also
# include the output of the following statement:
# puts [tcl3dOglGetExtensions]
|