资源简介
JAVA3D官方实例,可直接导入到Eclipse里运行,适合初学者,值得推荐。
代码片段和文件信息
/*
* $RCSfile: Resources.javav $
*
* Copyright (c) 2007 Sun Microsystems Inc. All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions
* are met:
*
* - Redistribution of source code must retain the above copyright
* notice this list of conditions and the following disclaimer.
*
* - Redistribution in binary form must reproduce the above copyright
* notice this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* Neither the name of Sun Microsystems Inc. or the names of
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* This software is provided “AS IS“ without a warranty of any
* kind. ALL EXPRESS OR IMPLIED CONDITIONS REPRESENTATIONS AND
* WARRANTIES INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY
* FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE HEREBY
* EXCLUDED. SUN MICROSYSTEMS INC. (“SUN“) AND ITS LICENSORS SHALL
* NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
* USING MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
* DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
* ANY LOST REVENUE PROFIT OR DATA OR FOR DIRECT INDIRECT SPECIAL
* CONSEQUENTIAL INCIDENTAL OR PUNITIVE DAMAGES HOWEVER CAUSED AND
* REGARDLESS OF THE THEORY OF LIABILITY ARISING OUT OF THE USE OF OR
* INABILITY TO USE THIS SOFTWARE EVEN IF SUN HAS BEEN ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
* You acknowledge that this software is not designed licensed or
* intended for use in the design construction operation or
* maintenance of any nuclear facility.
*
* $Revision: 1.2 $
* $Date: 2007/02/09 17:21:30 $
* $State: Exp $
*/
package org.jdesktop.j3d.examples;
import java.net.URL;
/**
*
*/
public class Resources {
/**
* Do not construct an instance of this class.
*/
private Resources() {
}
/**
* Return the URL of the filename under the resources directory
*/
public static URL getResource(String filename) {
URL url = Resources.class.getResource(filename);
return url;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 512 2009-07-11 11:57 B071101\.classpath
文件 383 2009-07-11 11:56 B071101\.project
文件 7982 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\alternate_appearance\AlternateAppearanceBoundsTest.class
文件 8866 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\alternate_appearance\AlternateAppearanceScopeTest.class
文件 2740 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\alternate_appearance\SphereGroup.class
文件 645 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceMixed$1.class
文件 4472 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceMixed$MyCanvas3D.class
文件 9319 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceMixed.class
文件 1914 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceMixed.form
文件 641 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceTest$1.class
文件 9186 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceTest.class
文件 1913 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\appearance\AppearanceTest.form
文件 2382 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\appearance\Tetrahedron.class
文件 686 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 893 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 893 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 960 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 890 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 6481 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\ap
文件 4226 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\ap
文件 1364 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\ap
文件 657 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\background\BackgroundGeometry$1.class
文件 7627 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\background\BackgroundGeometry.class
文件 1980 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\background\BackgroundGeometry.form
文件 2313 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\cg_shader\multitex_fp.cg
文件 1114 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\cg_shader\ObjLoadCg$1.class
文件 761 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\cg_shader\ObjLoadCg$2.class
文件 11104 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\cg_shader\ObjLoadCg.class
文件 1908 2009-07-11 11:58 B071101\bin\org\jdesktop\j3d\examples\cg_shader\ObjLoadCg.form
文件 1133 2009-07-11 22:52 B071101\bin\org\jdesktop\j3d\examples\cg_shader\SamplerTestCg$1.class
............此处省略732个文件信息
- 上一篇:基于java的汽车租赁管理系统
- 下一篇:超市进销存系统需求分析与设计实现文档
评论
共有 条评论