summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drenderer/items/quick3dbuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-87/+0
| | | | | | | | This is for consistency between the C++ namespaces and QML imports and with the other aspects. Change-Id: I73392f138b4e519b12888f52530123e3d0ba445e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Quick3DBuffer extension classPaul Lemire2015-10-141-0/+87
QAbstractAttribute: remove the QByteArray data Q_PROPERTY as QByteArray isn't properly handled from QML. Manually call QChangeArbiter notification when the setData method is called. Quick3DBuffer contains a QVariant data Q_PROPERTY. Using a method that converts a QVariant to a QJSValue and then reads the proper JS typed array to build a QByteBuffer all from QML. Change-Id: Id777f34de2c166b2345faa25ecbc84d12a9ea352 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>