Skip to content

Releases: tommyettinger/IsoVoxel

v0.0.14 with matching blocky and sloped colors

04 Jul 21:30
Compare
Choose a tag to compare

This is the same as the previous release, but addresses a not-so-recent issue where the colors for sloped voxels were grayish compared to blocky voxels. Now, the colors for a cube's faces and outline should be the same regardless or whether slopes are used. There is some oddity with the shading on enlarged sloped models, but this is more tied to how the slopes are created than the new colors.

Usage has not changed; see the readme or Usage.txt for more info.

0.0.13 with output organized into folders

08 Sep 03:53
Compare
Choose a tag to compare

This should produce exactly the same renders as the last release, but now it organizes the output into folders based on scale and effects that wouldn't typically be mixed in art or a game. Usage.txt has been updated, and the information when you run IsoVoxel.exe with no arguments has also received attention. This is meant to address #8 , but should be generally more pleasant to work with when you only want some of the many rendered images.

0.0.12 with large-size smoothing made optional

17 Aug 03:45
Compare
Choose a tag to compare

You can use an m parameter for the command-line mode that's positive, as it always has allowed, to use smoothing, or take the same m parameter and make it negative to disable smoothing for the same sizes. That is, when m is 4 and when m is -4, in both cases 4 sizes will be drawn, but for m = -4 the larger voxels will be pure cubes with no smoothing. This release also fixes some positioning issues with the large-scale models (around the halfway line through the model, the last version would enlarge strangely across the line). This version is encouraged over 0.0.11 because of that positioning fix.

0.0.11 with improved large-size renders

16 Aug 23:26
Compare
Choose a tag to compare

This release allows the larger-sized mode (specified with the m argument at the command line, or defaulting to 3) to produce isometric and orthogonal facing directions, and also to produce sloped-voxel renders as well as cube-voxel ones for those larger sizes. The smallest size, size1, is now the size of a normal render instead of being drastically smaller. The isometric renders are close, but not identical, in size to the orthogonal ones. Models may have their outer bounds adjusted so the different iso or ortho directions can all render at the same size; this usually happens when a model has different x-size than y-size in the actual file. All renders are centered in their whitespace surrounding the image if that bounds adjustment occurs.

Thanks to @Inateno for suggesting this in issue #5 .

0.0.10 with animated .vox support

13 Apr 00:41
Compare
Choose a tag to compare

This release should work just like earlier ones, producing the same renders, but will also allow animated .vox files to be drag-and-dropped on the program or entered as command-line arguments. These will make a png per frame (per rendering angle), up to the 24 frames that MagicaVoxel is limited to. Thanks to @tiaod for suggesting this feature in issue #4 .

0.0.9 (Bugfix release)

18 Sep 08:37
Compare
Choose a tag to compare

This addresses issue #3 , which was a crashing bug, and should resolve it. It also fixes a rendering bug with ortho rendering when "Big" models (scaled up) extended fully to a certain edge (which one depended on angle); in that case the voxels bordering the edge were not rendered. Now those voxels are rendered and a perfect square will look the same from all ortho directions. If you use 0.0.8, it is recommended to upgrade when convenient; no new features are added here, and the usage is the same.

0.0.8 with steep-angle 8-way renders

02 Mar 02:20
Compare
Choose a tag to compare

This minor update to 0.0.7 adds 8-way renders at a more-top-down angle, almost 45 degrees, with something like an oblique perspective. It does change the colors used, and tends to be brighter and a little more washed-out in the "normal voxel" renders than the "sloped voxel" ones. It does this mainly to improve the appearance of outlines, which seemed much too dark in 0.0.7. I may change color handling in the future to use the same technique for cube and sloped voxel styles.

0.0.7 with Sloped modes

13 Feb 22:19
Compare
Choose a tag to compare

This version includes several large additions, including two modes that add smoother-looking sloped voxels to the model as it renders it, changes to colors, changes to the double-size renders to reduce jagged edges, and extra sizes of ortho renders with varying degrees of smoothing/rounding applied. A Usage.txt file was added with instructions to the download, and the default model (if unspecified) is now Zombie.vox because it shows the slopes off a little better. Most importantly, drag and drop works now, so you can drag a .vox file onto IsoVoxel.exe and it will render it in a subfolder.

0.0.6 Outline Modes

29 Apr 07:12
Compare
Choose a tag to compare

This release allows you to select what outlines you want for the render, defaulting to very similar rendering to what it had in previous releases. See the README of this repo for info on how to use this, or just call IsoVoxel with no args (it will print usage instructions now, as well as trying to render Truck.vox). Previous command line invocations should still work in the same way.

0.0.5 Position Improvements

28 Apr 08:53
Compare
Choose a tag to compare

The last release would push both ortho and iso renders too low on the final image, potentially causing the outline to be not-fully-rendered (but it wasn't a crashing bug this time!). This release simply pushes small models closer to the center of the image, which is relevant mainly if the absolute corners of the image were used, but also makes everything a little more centered.