SphereLight

from panda3d.core import SphereLight
class SphereLight

Bases:

Bases: PointLight

A sphere light is like a point light, except that it represents a sphere with a radius, rather than being an infinitely thin point in space.

New in version 1.10.0.

Inheritance diagram

Inheritance diagram of SphereLight

__init__(name: str)
static getClassType() TypeHandle
getRadius() float

Returns the radius of the sphere.

property radius float

Returns/Sets the radius of the sphere.

setRadius(radius: float)

Sets the radius of the sphere.