Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


3D image rotation. (?)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AylinCE
Grandmaster Cheater Supreme
Reputation: 37

Joined: 16 Feb 2017
Posts: 1524

PostPosted: Sat Jul 25, 2020 11:12 am    Post subject: 3D image rotation. (?) Reply with quote

I have reached the following view with the help of many pictures.
Is there a way to turn the picture upside down (3d motion) in CE Lua?
As in the picture below, with mouse motion tracking.


_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
exohaxor
Expert Cheater
Reputation: 1

Joined: 02 Sep 2018
Posts: 101

PostPosted: Sat Jul 25, 2020 3:02 pm    Post subject: Reply with quote

if we were able to draw custom polygons yes but otherwise no afaik
_________________
hi
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Sat Jul 25, 2020 11:23 pm    Post subject: Reply with quote

In C# to flip image vertical, I am use like this:

Code:
var w=image.Width - 1;

for (x = 0; x < image.Width; x++)
{
    for (y = 0; y < image.Height; y++)
    {
        pix = image.GetPixel(x, y);
        tp.SetPixel(w, y, pix);
    }
    w--;
 } 


while tp is bitmap of the image

Don't know how do this in CE Lua.

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
AylinCE
Grandmaster Cheater Supreme
Reputation: 37

Joined: 16 Feb 2017
Posts: 1524

PostPosted: Sun Jul 26, 2020 4:26 am    Post subject: Reply with quote

Thanks friends for answers.
I think the solution is in the @DaSpamer code below.

https://forum.cheatengine.org/viewtopic.php?t=609506

_____________________ Note:
And if I say project inspiration; the links below will explain the situation.

https://balkotrade.com/3d-gorunum/plastik-plywood-sari.html

https://balkotrade.com/3d-gorunum/3d.js

Doing this in CE Lua and a Trainer will create a beautiful visual. Wink

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites