The Scene3D type is used to integrate a Qt3D scene into a QtQuick 2 scene. 更多...
import 语句: | import Qt3D.Scene3D 2.0 |
继承: | Item |
The Scene3D type renders a Qt3D scene, provided by an Entity , into a multisampled Framebuffer object. This object is later blitted into a non-multisampled Framebuffer object, which is then rendered with premultiplied alpha.
常量 | 描述 |
---|---|
Scene3D.AutomaticAspectRatio
|
Automatic aspect ratio. |
Scene3D.UserAspectRatio
|
User defined aspect ratio. |
[default] entity : Entity |
true
if hover events are accepted.
true
if a multi-sample render buffer is in use.
void setItemAreaAndDevicePixelRatio ( size area , real devicePixelRatio ) |