[BUG]About the last child in ParticleContainer.
See original GitHub issueI create the ParticleContainer with
{
position: true,
rotation: false,
scale: false,
uvs: true,
alpha: false,
}
Then I render it with time ( not text, they are some bitmap sprites in the ParticleContainer ).
The every char in time-text is a number-bitmap sprite. The time is changed every game-tick.
The last one is with a wrong scale-y
.
When I create ParticleContainer with scale=true
every thing is OK .
If the time is static (not changed every game-tick) , every thing is also OK .
It’s so strange. The older pixi (4.3) no this bug.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
[BUG]About the last child in ParticleContainer. #4255 - GitHub
I create the ParticleContainer with { position: true, rotation: false, scale: false, uvs: true, alpha: false, } Then I render it with time ......
Read more >PIXI.ParticleContainer - PixiJS API Documentation
ParticleContainer implements the basic object transform (position, scale, rotation) and some advanced functionality like tint (as of v4.5.6).
Read more >Weird behavior of PIXI.particles.ParticleContainer, no children ...
I have tried to put my sprites into a ParticleContainer but they won't show up. But if I put them into a PIXI.Container...
Read more >Activity | | Cocos2d-x - Cocos Creator
Hi, I'm going to start using 3.0alpha version of cocos2d-x, what is the best way to have the last updated version? ... jonseg ......
Read more >How to use PIXI.Graphic when using new PIXI.particles ...
In Canvas, when you use PIXI.Container to hold PIXI.Graphics , it will loop through all its Graphics object children and call CanvasGraphicsRenderer to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@themoonrat yes, @finscn input helped to resolve it.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.