<?xml version="1.0" encoding="utf-8"?>

<PropertyList>
  <name>ALS Cubemap</name>

  <buffer>
    <name>color</name>
    <type>cubemap</type>
    <width>2048</width>
    <height>2048</height>
    <format>rgba8</format>
  </buffer>

  <!--bottom-->
  <pass>
    <name>cm0</name>
    <type>scene</type>
    <cubemap-face>0</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>0</face>
    </attachment>
  </pass>
  <!--top-->
  <pass>
    <name>cm1</name>
    <type>scene</type>
    <cubemap-face>1</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>1</face>
    </attachment>
  </pass>
  <!--right-->
  <pass>
    <name>cm2</name>
    <type>scene</type>
    <cubemap-face>2</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>2</face>
    </attachment>
  </pass>
  <!--left-->
  <pass>
    <name>cm3</name>
    <type>scene</type>
    <cubemap-face>3</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>3</face>
    </attachment>
  </pass>
  <!--front-->
  <pass>
    <name>cm4</name>
    <type>scene</type>
    <cubemap-face>4</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>4</face>
    </attachment>
  </pass>
  <!--back-->
  <pass>
    <name>cm5</name>
    <type>scene</type>
    <cubemap-face>5</cubemap-face>
    <attachment>
      <buffer>color</buffer>
      <component>color0</component>
      <face>5</face>
    </attachment>
  </pass>

  <pass>
    <name>display</name>
    <type>quad</type>
    <binding>
      <buffer>color</buffer>
      <unit>2</unit>
    </binding>
    <effect>Effects/projection</effect>
  </pass>
</PropertyList>