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