https://github.com/riccardobl/jcubemapassembler
JCubemapAssembler is a java application that can be used to assemble six separate face images into a single cubemap and export it as a dds file.
https://github.com/riccardobl/jcubemapassembler
cubemap dds java
Last synced: 15 days ago
JSON representation
JCubemapAssembler is a java application that can be used to assemble six separate face images into a single cubemap and export it as a dds file.
- Host: GitHub
- URL: https://github.com/riccardobl/jcubemapassembler
- Owner: riccardobl
- License: unlicense
- Created: 2015-01-10T16:46:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T08:08:06.000Z (over 2 years ago)
- Last Synced: 2025-03-31T12:21:17.944Z (about 2 months ago)
- Topics: cubemap, dds, java
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jCubemapAssembler
JCubemapAssembler is a java application that can be used to assemble six separate face images into a single cubemap.
~~ DOWNLOAD jCubemapAssembler ~~
### Usage
1. Compile the source code or download the latest executable from here.
2. Run it with java>=7
3. Drag every image inside the correct box or double click the box and select an image
4. Click the big Export button
5. Choose the size of your output image
6. Select an output file
7. ?????
8. Profit!!1
### License
Source and executable are released into public domain. Use them without any restriction.
### DDS Exporter
From version 1.1 it's possible to export the cubemap as DirectDraw Surface (.dds) file.