Jump to content

Flipping objects Up Side Down


Recommended Posts

I finally have a wish list item:

I'm probably not the first to ask, but I must ask.

Question:

Can an object be flipped up side down?(end for end) Either before or after being placed?  Without re-editing each item as needed in a flipped orientation and saving as new object with modified name etc... 90 degrees could possibly work the in the same manner.. idk.

Is it possible?

Thanks 

  • Like 1
Link to comment
1 hour ago, imlegos said:

Rotating the sprite isn't the same as flipping a model... so this would likely just look bad.

Agreed, for the most part. This is for .01 percent of the content that it would even be worth the effort to make it work. This is focused on rock formation type terrain, and basically be used to display as an illusion... ie: floating pyramids (top down), floating Island base kinda stuff...  Track architecture too..

Link to comment

I don't think flipping any of the sprites would work because of the perspective. 

Take this cube for example: 

5914075e45577_2017-05-1108_40_03-cube.png(400400).png.bc73ae6dec7dfb2888b419ff1d90f2e8.png

It kinda matches the RCT perspective, but if we would flip/turn it...

5914079a63920_2017-05-1108_40_03-cube.png(400400).png.6191c97e48af2b1b51d0b6d8f99fc499.png

It doesn't make sense anymore, cause now it's not a top down view anymore. :S 

(also if you look at the upside down cube long enough it will look like a room in stead of a cube)

  • Like 3
Link to comment
14 minutes ago, Tune said:

I don't think flipping any of the sprites would work because of the perspective. 

Take this cube for example: 

5914075e45577_2017-05-1108_40_03-cube.png(400400).png.bc73ae6dec7dfb2888b419ff1d90f2e8.png

It kinda matches the RCT perspective, but if we would flip/turn it...

5914079a63920_2017-05-1108_40_03-cube.png(400400).png.6191c97e48af2b1b51d0b6d8f99fc499.png

It doesn't make sense anymore, cause now it's not a top down view anymore. :S 

(also if you look at the upside down cube long enough it will look like a room in stead of a cube)

Perfect... Now the top and the bottom cube view need to be as one. That's the look needed to float a structure. Its like the corbels below, but too shallow. I'm thinking more of this rock set that I can hang up side down, and then build on top of.

 example.jpg.35f43a0b605fb8773d389ae1eed4d352.jpg  

Link to comment

@Tune is right - flipping a sprite in screen space is not equivalent to flipping it vertically, you are reflecting it in a plane parallel to the viewport. There is not enough information in a 2D sprite to mirror it vertically - for example, if you wanted to mirror a cube, the bottom surface would now need to be on top. But the bottom surface isn't in the sprite because it is hidden. The lighting would also be mucked up as @Broxzier pointed out.

I would just make two versions of your object. Maybe if we get a new file format, there could be the option for a single object file to include sprites for the mirrored version.

  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...