RoadMesh
#include <roadmesh.h>
Inherits from Qt3DRender::QGeometryRenderer, Serenity::Mesh
Public Signals
Public Functions
Public Properties
Public Attributes
Public Signals Documentation
signal meshResolutionChanged
| void meshResolutionChanged(
int resolution
)
|
signal widthChanged
| void widthChanged(
float width
)
|
signal upVectorChanged
| void upVectorChanged(
const QVector3D & upVector
)
|
signal textureOffsetChanged
| void textureOffsetChanged(
const QVector2D & textureOffset
)
|
signal textureScaleChanged
| void textureScaleChanged(
const QVector2D & textureScale
)
|
signal pathChanged
| void pathChanged(
const RoadPath & curve
)
|
Public Functions Documentation
function RoadMesh
| explicit RoadMesh(
Qt3DCore::QNode * parent =nullptr
)
|
function ~RoadMesh
function meshResolution
| int meshResolution() const
|
function setMeshResolution
| void setMeshResolution(
int resolution
)
|
function width
function setWidth
| void setWidth(
float width
)
|
function upVector
| QVector3D upVector() const
|
function setUpVector
| void setUpVector(
const QVector3D & upVector
)
|
function textureOffset
| QVector2D textureOffset() const
|
function setTextureOffset
| void setTextureOffset(
const QVector2D & textureOffset
)
|
function textureScale
| QVector2D textureScale() const
|
function setTextureScale
| void setTextureScale(
const QVector2D & textureScale
)
|
function path
function setPath
| void setPath(
const RoadPath & path
)
|
function RoadMesh
function ~RoadMesh
Public Property Documentation
property meshResolution
property width
property upVector
property textureOffset
property textureScale
property path
Public Attributes Documentation
variable path
variable meshResolution
variable width
variable upVector
variable textureOffset
variable textureScale
Updated on 2023-07-03 at 11:02:07 +0000