Re: [Interest] Qt3D - Uniform value arrays

2017-01-05 Thread Donald Marotzke
With the help of the Qt3D source code, especially the file uniform.cpp, I found out that the type of uniform should be QVariantList for uniform value arrays. It should work with arrays of float, all types compound of floats as QColor and possibly with all types which have the same byte size as

[Interest] Qt3D - Uniform value arrays

2016-12-09 Thread Donald Marotzke
Is there any similar to QOpenGLShaderProgram::setUniformValueArray in Qt3D? Donald ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest