FileDocCategorySizeDatePackage
Soundscape_Info.javaAPI DocExample552Sat Oct 23 13:25:02 BST 1999com.tornadolabs.j3dtree

Soundscape_Info.java

/*
//*****************************************************************************
/*
*	@(#) Soundscape_Info.java
*
*	Project:		Java3dTree
*	Client:		Java 3D Community
*
*	Project Information:
*		dselman@tornadolabs.com
*		http://www.tornadolabs.com
*	
*	@author Daniel Selman: dselman@tornadolabs.com
*/
//*****************************************************************************

package com.tornadolabs.j3dtree;
import javax.media.j3d.*;

public class Soundscape_Info extends Leaf_Info
{
	public Soundscape_Info()
	{
	}
}