Guest User

Untitled

a guest
Jan 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Scene3D
  2. {
  3. id: scene3d
  4. anchors.fill: parent
  5. anchors.margins: 10
  6. focus: true
  7. aspects: ["input", "logic"]
  8. enabled: false
  9. cameraAspectRatioMode: Scene3D.AutomaticAspectRatio
  10.  
  11.  
  12. //This is an entity file which has the 3D model
  13. ThreeDObj
  14. {
  15.  
  16. }
  17.  
  18. }
Add Comment
Please, Sign In to add comment