GeomParticleRenderer

from panda3d.physics import GeomParticleRenderer
class GeomParticleRenderer

Bases:

Bases: BaseParticleRenderer

Inheritance diagram

Inheritance diagram of GeomParticleRenderer

__init__(am: ParticleRendererAlphaMode, geom_node: panda3d.core.PandaNode)
__init__(copy: GeomParticleRenderer)
get_color_interpolation_manager() ColorInterpolationManager
get_final_x_scale() float
get_final_y_scale() float
get_final_z_scale() float
get_geom_node() panda3d.core.PandaNode
get_initial_x_scale() float
get_initial_y_scale() float
get_initial_z_scale() float
get_x_scale_flag() bool
get_y_scale_flag() bool
get_z_scale_flag() bool
set_final_x_scale(final_x_scale: float)
set_final_y_scale(final_y_scale: float)
set_final_z_scale(final_z_scale: float)
set_geom_node(node: panda3d.core.PandaNode)
set_initial_x_scale(initial_x_scale: float)
set_initial_y_scale(initial_y_scale: float)
set_initial_z_scale(initial_z_scale: float)
set_x_scale_flag(animate_x_ratio: bool)
set_y_scale_flag(animate_y_ratio: bool)
set_z_scale_flag(animate_z_ratio: bool)