File: control

package info (click to toggle)
java3ds-fileloader 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 324 kB
  • ctags: 336
  • sloc: java: 2,161; xml: 33; makefile: 18
file content (27 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: java3ds-fileloader
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper,
 libjava3d-java
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-java/java3ds-fileloader.git 
Vcs-Browser: http://git.debian.org/?p=pkg-java/java3ds-fileloader.git
Homepage: http://www.microcrowd.com/

Package: java3ds-fileloader
Architecture: all
Depends: ${misc:Depends}, libjava3d-java
Description: Java3D 3DS File Loader
 File loaders perform the job of taking a file or stream and turning
 that into a Java 3D scene graph that you can use in your application.
 It's a multi-platform, highly functional 3DS file loader. It works on
 platforms supporting JDK1.4 and Java 3D. Main supported features are:
  * Hierarchical Animation
  * Cameras
  * Point Lights
  * Directional Lights
  * Textures
  * Smooth Groups
 3DS file format is generated by 3D-Studio by Autodesk Ltd.