Sprite2voxel, almost bug free

Posted by Scott_AW on May 2, 2010, 3:35 p.m.

http://host-a.net/scott_aw/strip2voxel050210.zip

Should be working now. There is four loading intensive phases now accompanied by loading bars. Theres the prepping(clears out a 255^3 grid space), reading of the image, building and optimizing the display model, and finally creating the voxel file.

Included are an updated fridge.png, with a few more layers and junk inside. Also the a large test model calculator displayed before.

Here a little more on the color distortion thingy, on my much used older netbook I get less accurate coloring. However on my newer netbook with similar if not same specs, no such problem. Here's a shot showing the worse problem with the old netbook and the not as bad problem, but still weird that Iluvfuz had.

Comments

Iluvfuz 14 years, 6 months ago

Wow never saw any of the previous versions, but this really roxels my world. I'm not certain, but if it's on, turn off Freeze when Form Looses Focus.

I'm making a few things with it and I'm confused with the arbitrary black voxels around colored points.

Scott_AW 14 years, 6 months ago

Forgot about the freeze form…

I've noticed the black pixels occuring on some computers, I first thought it was because they were using system ram as video ram, which could be it, but it also is more than likey due to faults in the actual ram.

I think I have a workaround for this, but it'll elminate the use of colors with values under 5. Of course it'll be optional since not every computer suffers from this.

The current work around is to edit the VOX in slab6 to correct the extra black pixels.

It could also be caused by filter used for scaling images. I don't scale any images but it could also be a factor.

Ferret 14 years, 6 months ago

ohhh I get it now. Awesome stuff. :D

Scott_AW 14 years, 6 months ago

Thank's fuz for that screen capture, it turns out that its miss reading some black, getting values in RGB like 5,3,0 and 3,1,2 and the likes from those parts. Shouldn't be too tricky to correct.