Where does appear the functions which draw the objects ?
Unsolved
Game Development
-
Hi,
After having imported the following example: "shadow-map-qml", in which file of the project appears the functions which draw the objects (plane, ...) ?
thanks
@signalK
Shadow Map Example
A simple search for the word "plane" revealed the ToyPlane.qml file... -
...concerning the toyplane that is inserted as follows in Topplane.qml:
Mesh {
id: toyplaneMesh
source: "assets / obj / toyplane.obj"
}how to :
1)open "toyplane.obj" file ?
2)edit this file ?thanks
@signalK said in Where does appear the functions which draw the objects ?:
how to :
1)open "toyplane.obj" file ?
2)edit this file ?in the 3D application of your choice (3ds Max, Maya, Blender, ...)