Re: [Development] QNX and Dinkumware support for constexpr and nullptr

2015-10-30 Thread Thiago Macieira
On Friday 30 October 2015 15:29:33 James McDonnell wrote: > >The important thing is whether the Cxx11 tests pass. Can you confirm they > >did? > >Or simply apply the 5.7-c++11-atomics topic branch, because then the > >std::atomic implementation will be the only one tested (except on MSVC, > >of >

Re: [Development] QNX and Dinkumware support for constexpr and nullptr

2015-10-30 Thread James McDonnell
On 2015-10-28, 6:15 PM, "Development on behalf of Thiago Macieira" wrote: >On Wednesday 28 October 2015 21:41:12 James McDonnell wrote: >> I¹ve created a QNX JIRA for the atomic function pointer compile failure. >> No idea (yet) if 6.6.0 will be patched as a result. > >Thanks James! > >Can you

Re: [Development] Does Qt3D released with Qt 5.5 support .3ds files

2015-10-30 Thread Sean Harmer
On Friday 30 Oct 2015 00:09:22 Shrikant Dhumal wrote: > Hello there, > > I need to render .3ds file in Scene3D. Does Qt3D support rendering of .3ds > files? > > I didn't see a QML example that shows it. > > However, https://wiki.qt.io/Qt-5Features - says "Loading of 3D assets such > as .3ds" is

[Development] Does Qt3D released with Qt 5.5 support .3ds files

2015-10-30 Thread Shrikant Dhumal
Hello there, I need to render .3ds file in Scene3D. Does Qt3D support rendering of .3ds files? I didn't see a QML example that shows it. However, https://wiki.qt.io/Qt-5Features - says "Loading of 3D assets such as .3ds" is supported. -Shrikant D ___