VoxelSniper

VoxelSniper

1M Downloads

Could somebody add data values to the rotation brush (ideally both horiz. and vert. rotation brushes)?

GavJenks opened this issue ยท 3 comments

commented

Should just be like 5 lines of code. Increasing the matrix by 1 for the extra data, and adding in a couple read value lines and a couple write value lines.

Right now all ink values are lost upon rotation, kinda a shame since everything else about it works pretty well.

commented

A proposal would be, to merge those brushes into one and have parameters for choosing which to use.
An easy implementation for this could be a transformation matrix.

Otherwise it would just be adding the datavalue to the BlockWrapper class it's using.

commented

Yeah merging them would be fine, whatever. they're just both currently useless for rotating much of anything except landscape, due to losing all the data values that we rely on so much on the VB.

commented

I'm going to make merging those brushes a separate issue, since this might be over the scope of this release.