Snok Posted June 6, 2021 Share Posted June 6, 2021 I'm actually using pixi circle to manage x and y coordinate, i'm not not visualizing it but i use it to mange the x,y coordinate respect to the pixi viewport to zoom and pan easy. So i need a pixi object with only and y coordinate that i can attach to a container. Someone have any suggest?! i thought to the pixi point but i can't attach it to a container. Thanks ! Quote Link to comment Share on other sites More sharing options...
Exca Posted June 7, 2021 Share Posted June 7, 2021 You could use a container inside a container? Or then a sprite with empty texture? Or any displayobject with renderable as false. Or extend the DisplayObject and create your own displayobject. Snok 1 Quote Link to comment Share on other sites More sharing options...
Snok Posted June 8, 2021 Author Share Posted June 8, 2021 Thanks to replay, i realized that i need only of the two coordinate and i can use my own simple object and manage my interaction without using Pixi display object to do that. Becouse i have thousand of thousand of coordinate to memorize so i change my initial way. Thanks !! 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.