� Back to Reference Guide Index

<window> XML node

XML Node Summary

<window
  name=""
  layer="0"
  title=""
  build_opengl_extensions_list="1"
  display_progress_bar="0"
  gl_version_major="2"
  gl_version_minor="1"
  gl_core_profile="0"
  gl_debug_profile="0"
  width="800"
  height="600"
  shared_window=""
  fullscreen="0"
  sw_renderer="0"
  alpha="0"
  python3_7_home=""
  python3_8_home=""
  python3_9_home=""
  python3_10_home=""
  python3_11_home=""
  >
</window>


<window>

Description

Describes the window in which the 3D scene will be rendered.


Attributes


Code sample

<glsl_hacker>
  <window name="win3d01" title="Geometry Instancing (OpenGL 3.3+)"
          width="800" height="400" display_progress_bar="1"
          gl_version_major="3" gl_version_minor="2"
          build_opengl_extensions_list="0" />
</glsl_hacker>
			


GeeXLab Rootard Guide | Downloads | Contact