rotate image

 
  1. Is it possible to  on the y axis?

   huseen

 
Profile Image
huseen
  -  

?

 
Profile Image
TwentyStudios
  -  

Sure, you can rotate on any axis. Try the Rotator node, maybe?

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

In the Placer module, you can give an exact rotation degree.

Warmest regards,

 
Profile Image
huseen
  -  

I mean rotating around itself on the axis y as if it is 3d

 
Profile Image
TwentyStudios
  -  

Add whatever you want to rotate to the UE4 scene and add a blueprint node to rotate it from inside Aximmetry. 

 
Profile Image
huseen
  -  

I know that, but I wanted to make the rotation from the inside of the Aximmetry

 
Profile Image
TwentyStudios
  -  

@Huseen: I don’t understand. I just described how to do it from within Aximmetry?

 
Profile Image
huseen
  -  

Dear, I am required to rotate a picture or a movie around itself without using Unreal. like that


 
Profile Image
EricWest
  -  

Hi @huseen.

A simple 3D setup like this should do the trick:


 
Profile Image
EricWest
  -  

And if you want your Rectangle to automagically adapt to the images AspectRatio you could set the Rectangle's XStart and YStart to 0 and use a Measurer like this:


 
Profile Image
huseen
  -  

@EricWest

This is a different thing to put an image on a 3D object. You need to Rotate 2d image on the Y axis

 
Profile Image
EricWest
  -  

@huseen, in that case I'm wondering why you posted an image which clearly shows a 3D space?
The only possible 2D Rotation is along the z-axis. Rotating along X and Y is clearly 3D (or some clever way of warping screenspace coordinates).

 
Profile Image
TwentyStudios
  -  

@Huseen: The solution Eric provided is exactly for rotating a 2D plane around the Y axis. Did you try it?

 
Profile Image
huseen
  -  

@TwentyStudios I definitely tried it, this is one of the first Aximmetry

I use Unreal , so I can't add 3D in Aximmetry . so I ask, is it possible to rotate the image on the Y axis?


 
Profile Image
TwentyStudios
  -  

It is possible to rotate, yes. You’ve been provided with several alternative methods to do it. Even if you use UE4, you can still use the solution Eric provided.