Results 1 to 1 of 1

Thread: Qt3D

  1. #1
    Join Date
    Feb 2013
    Posts
    29
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Qt3D

    hi everyone
    I have installed Qt3D module. But now i have problem this code:
    Qt Code:
    1. import QtQuick 2.0
    2. import Qt3D 2.0
    3.  
    4.  
    5. Viewport {
    6.  
    7. width: 640; height: 480
    8. Item3D {
    9. id: teapot
    10.  
    11. mesh: Mesh { source: "teapot.bez" }
    12. effect: Effect {}
    13.  
    14. }
    15.  
    16. }
    To copy to clipboard, switch view to plain text mode 
    Work fine it will compile it and run it but for example i allways get message Item3D unknown component(M300) i know it is small thing but you know

    and second thing every running i get this post "Module 'Qt3D' does not contain a module identifier directive - it cannot be protected from external registrations." WHat this mean?
    Last edited by Ichi; 17th February 2013 at 20:07.

Similar Threads

  1. Qt3D
    By Viper666 in forum Qt Programming
    Replies: 0
    Last Post: 2nd November 2012, 21:19
  2. QtCreator&Qt3D
    By Viper666 in forum Qt Tools
    Replies: 0
    Last Post: 1st November 2012, 21:16
  3. Please help with Qt3D
    By lni in forum Qt Programming
    Replies: 0
    Last Post: 27th July 2012, 19:46
  4. qt3d transform feedback
    By firnafin in forum Qt Programming
    Replies: 0
    Last Post: 28th June 2012, 14:54
  5. Qt3D problem
    By html4eto in forum Qt Quick
    Replies: 2
    Last Post: 26th June 2012, 07:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.