Mcpll2003 Posted July 3, 2020 Share Posted July 3, 2020 Hi guys i need some help to recreate and effect like this:https://www.everpost.com/ Someone have some reference? or tutorial for doing that? thx in advice for your help Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 3, 2020 Share Posted July 3, 2020 I dont see a problem, there are many ways to do that with simple PIXI.Graphics. Can you elaborate on what problems did you encounter while doing that? Quote Link to comment Share on other sites More sharing options...
Mcpll2003 Posted July 3, 2020 Author Share Posted July 3, 2020 1 Problem the formula for dispose the element? You make this with shader or with css transform? 2) Ther's same technic for made infinite scroll? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 3, 2020 Share Posted July 3, 2020 Oooooh i saw only clocks preloader Now I understand. Yeah, its either curved shader (medium) , either curved perspective like in https://pixijs.io/examples/#/plugin-projection/quad-bi.js (super-hard) It wont be easy to make if you dont have experience with shaders. Lets separate it to two parts: 1. infinite scroll of small videos. 2. curved effect If you do first part, I can come up with something for second Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 3, 2020 Share Posted July 3, 2020 OK, better idea: 1. install https://chrome.google.com/webstore/detail/spectorjs/denbgaamihkadbghdceggmchnflmhpmk , 2. press on it while on page - it will reload 3. select FIRST CANVAS in the list of spector 4. capture one frame 5. see the attached picture 6. look in shader Now you have to find whether its ThreeJS or Babylon - looks like ThreeJS. Now find their code in obfuscated part of site - copy it. All those things are probably made with 3d animated model , it uses morphs. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 3, 2020 Share Posted July 3, 2020 Quote Link to comment Share on other sites More sharing options...
Mcpll2003 Posted July 6, 2020 Author Share Posted July 6, 2020 Hi ivan, i see the code into vertex shader, but i don't undestand if is possibile make some work with z axis in pixi, like three.js i think is not possible. do you have alse some reference for infinite slider, pattern or tecnique? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 6, 2020 Share Posted July 6, 2020 Just use ThreeJS for this case Its possible to do in pixi if you are familiar with how exactly ThreeJS does it, and if you look at pixi-projection demos. Yes, it requires experience. > do you have alse some reference for infinite slider, pattern or tecnique? I had but i didnt save it Yes, you are right, its one of basic demos that should be accessible to new users. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.