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 ?
↧