Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Repeating texture in QT3D - multiple usage of the same texture

$
0
0
HI ! I am a new user of Qt3D and i want to use single texture on single quad multiple times. Here is the code : Quad { scale: 100.0 position: Qt.vector3d(0,0,0) effect: Effect { color: “#FFFFFF” texture: “rockwall.png” } } Now there is single texture on Quad. What can i do to have this texture repeated on this quad several times ?

Viewing all articles
Browse latest Browse all 4972

Trending Articles