mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Added source type
This commit is contained in:
parent
8857ba343e
commit
d588d7f477
@ -41,7 +41,8 @@ SpriteParticleRenderer(Texture *tex) :
|
|||||||
_animate_y_ratio(false),
|
_animate_y_ratio(false),
|
||||||
_animate_theta(false),
|
_animate_theta(false),
|
||||||
_blend_method(PP_BLEND_LINEAR),
|
_blend_method(PP_BLEND_LINEAR),
|
||||||
_pool_size(0)
|
_pool_size(0),
|
||||||
|
_source_type(ST_texture)
|
||||||
{
|
{
|
||||||
_sprite_primitive = new GeomSprite(tex);
|
_sprite_primitive = new GeomSprite(tex);
|
||||||
init_geoms();
|
init_geoms();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user