io.qt.qt3d.extras.QFirstPersonCameraController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-qt3dextras Show documentation
Show all versions of qtjambi-qt3dextras Show documentation
The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.
The newest version!
package io.qt.qt3d.extras;
import io.qt.*;
/**
* Allows controlling the scene camera from the first person perspective
* Java wrapper for Qt class Qt3DExtras::QFirstPersonCameraController
*/
public class QFirstPersonCameraController extends io.qt.qt3d.extras.QAbstractCameraController
{
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QFirstPersonCameraController.class);
/**
* See Qt3DExtras::QFirstPersonCameraController:: QFirstPersonCameraController(Qt3DCore::QNode*)
* @param parent
*/
@SuppressWarnings({"exports"})
public QFirstPersonCameraController(io.qt.qt3d.core.@Nullable QNode parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QFirstPersonCameraController instance, io.qt.qt3d.core.QNode parent);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QFirstPersonCameraController(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
* @hidden
*/
@NativeAccess
protected QFirstPersonCameraController(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(QFirstPersonCameraController instance, QDeclarativeConstructor constructor);
/**
* Overloaded constructor for {@link #QFirstPersonCameraController(io.qt.qt3d.core.QNode)}
* with parent = null
.
*/
public QFirstPersonCameraController() {
this((io.qt.qt3d.core.QNode)null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy