15#ifndef HEIGHTFIELDGEOMETRY_H
16#define HEIGHTFIELDGEOMETRY_H
18#include <QtQuick3D/private/qquick3dgeometry_p.h>
51 QUrl m_heightMapSource;
52 bool m_smoothShading =
true;
53 bool m_extentsSetExplicitly =
false;
55#if QT_DEPRECATED_SINCE(6, 5)
void setSource(const QUrl &newSource)
void setExtents(const QVector3D &newExtents)
void smoothShadingChanged()
HeightFieldGeometry()
\qmltype HeightFieldGeometry \inqmlmodule QtQuick3D.Helpers \inherits Geometry
void setSmoothShading(bool smooth)
\qmltype Geometry \inherits Object3D \inqmlmodule QtQuick3D \instantiates QQuick3DGeometry
The QVector3D class represents a vector or vertex in 3D space.
Combined button and popup list for selecting options.
GLsizei GLsizei GLchar * source
#define QML_NAMED_ELEMENT(NAME)