Skip to content

Commit

Permalink
Minor cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperdj committed Jun 12, 2011
1 parent e78cd55 commit b3baa75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package org.jesperdj.scalaray.accelerator

/*
* ScalaRay - Ray tracer based on pbrt (see http://pbrt.org) written in Scala
* Copyright (C) 2009, 2010, 2011 Jesper de Jong
Expand All @@ -17,5 +15,7 @@ package org.jesperdj.scalaray.accelerator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.jesperdj.scalaray.accelerator

// Marker trait for accelerators (pbrt 4.2)
trait Accelerator
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package org.jesperdj.scalaray.accelerator

/*
* ScalaRay - Ray tracer based on pbrt (see http://pbrt.org) written in Scala
* Copyright (C) 2009, 2010, 2011 Jesper de Jong
Expand All @@ -17,6 +15,8 @@ package org.jesperdj.scalaray.accelerator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.jesperdj.scalaray.accelerator

import scala.collection.immutable.IndexedSeq

import org.jesperdj.scalaray.scene.{ CompositePrimitive, Intersection, Primitive }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package org.jesperdj.scalaray.accelerator

/*
* ScalaRay - Ray tracer based on pbrt (see http://pbrt.org) written in Scala
* Copyright (C) 2009, 2010, 2011 Jesper de Jong
Expand All @@ -17,6 +15,8 @@ package org.jesperdj.scalaray.accelerator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.jesperdj.scalaray.accelerator

import scala.collection.immutable.Traversable

import org.jesperdj.scalaray.scene.{ Intersection, Primitive }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package org.jesperdj.scalaray.accelerator

/*
* ScalaRay - Ray tracer based on pbrt (see http://pbrt.org) written in Scala
* Copyright (C) 2009, 2010, 2011 Jesper de Jong
Expand All @@ -17,6 +15,8 @@ package org.jesperdj.scalaray.accelerator
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.jesperdj.scalaray.accelerator

import scala.collection.immutable.Traversable

import org.jesperdj.scalaray.scene.{ Intersection, Primitive }
Expand Down

0 comments on commit b3baa75

Please sign in to comment.