/** Called at the beginning of the trace methods. */
  protected void traceInit() {
    super.traceInit();

    // convert each world space light to model space coordinates
    m_kLightSet.applyWorldToModelTransform(m_akAxis[0], m_akAxis[1], m_akAxis[2]);
  }