Skip to content

Various java3d utilities, probably of little use outside my other java3d projects

License

Notifications You must be signed in to change notification settings

philjord/3DTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

3DTools

This is a collection of general tools for use with Java3d.

The most interesting part is probably: A pure java loader for DDS (DXT) format image files into a java BufferedImage it is tools.ddstexture.utils.DDSDecompressor It's fast and efficinet, but doesn't beat native GPU compressed dds image usage, as the bufferedimages are 4x as big.

The rest is probably of little use outside my various other projects, as it is not well documented.

Amoungst manay mnay utilities theres a java3d swing overlay system under tools3d.mixed2d3d

And various Camera systems for Java3d (head Trailer, birdseye) under tools3d.camera

About

Various java3d utilities, probably of little use outside my other java3d projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages