Encapsulate a QAbstractLight object in a Qt 3D scene. 更多...
import 语句: | import Qt3D.Render 2.15 |
Since: | Qt 5.6 |
实例化: | QAbstractLight |
[read-only] type : enumeration |
Holds the particular type of light.
常量 | 描述 |
---|---|
Light.PointLight
|
A point light |
Light.DirectionalLight
|
A directional light |
Light.SpotLight
|
a spot light |