net.sf.j3d.threeD.raytracer.engine
Interface SurfaceWrapper

All Known Subinterfaces:
SurfaceUI
All Known Implementing Classes:
AbstractSurfaceUI, Mesh.MeshFile, SurfaceUIFactory.SurfaceUIImpl

public interface SurfaceWrapper

A SurfaceWrapper implementation stores/wraps a Surface.

Author:
Mike Murray

Method Summary
 Surface getSurface()
           
 

Method Detail

getSurface

Surface getSurface()