Johannes Lehtinen
ce5e6d4b81
Added a -q/--quality option to specify output JPEG quality.
9 年之前
Johannes Lehtinen
69908bc449
Added a -c/--cubesize option for specifying the cube size to the multires generation script. Default is to automatically determine cube size as before.
9 年之前
mko
04ca9d02ab
Do not prefix paths with dot
Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
9 年之前
Matthew Petroff
b268d29c42
Make CSS 3D renderer work with cubemaps, fix its edge flickering bug, and remove need for extra row of pixels in multires fallback images.
9 年之前
Matthew Petroff
9d4f8deb4d
Add comment about needing nona.
9 年之前
Matthew Petroff
bb3b6bd1e3
Bump copyright year.
10 年之前
Matthew Petroff
16a2afe223
Add Python 2.7 support to multires generation script.
10 年之前
Matthew Petroff
42b97e682b
Use correct extension in generated multires config.
10 年之前
Matthew Petroff
6c5fc192c3
Add check to multires generation script to try to make sure the input isn't a partial panorama.
10 年之前
Matthew Petroff
8872fbbeec
Add fallback parameter to multires generator script.
10 年之前
Matthew Petroff
062b01f754
Add 1px border to remove thin lines visible in CSS renderer.
10 年之前
Matthew Petroff
901726e3a4
Add fallback tiles to multires generation script.
10 年之前
Johannes Wienke
91005f8e61
Replace system calls with subprocess
Replaces the os.system call for nona with a subprocess.check_call call
to get informed about errors when calling nona instead of silently
ignoring them before failing with missing files.
10 年之前
Johannes Wienke
27f48187b6
Let argparse print default values
Use a formatter for argparse to print default values instead of doing
this manually.
10 年之前
Johannes Wienke
35dd023509
Check for nona and add command line argument
Checks for a nona executable and adds a command line argument to specify
an executable. The argument is required from the user in case nona
cannot be found on the path.
10 年之前
Johannes Wienke
11b60f1f00
Require python3 in shebang line
Encode the explicit requirement on python 3 in the shebang line for
script usage.
10 年之前
Matthew Petroff
1ba1595d1c
Fixed generate.py bug (thanks wolke).
10 年之前
Matthew Petroff
f39b5c45dd
Added multires tile set generator.
10 年之前