Re: [Development] Got a question on Qy3D

2019-07-08 Thread Sujan Dasmahapatra
No problem Eddy, Thanks for notifying it. On Mon, 8 Jul 2019 at 15:19, Edward Welbourne wrote: > Sujan Dasmahapatra (5 July 2019 20:43) asked > > I'm loading an obj file in Qt3DWindow. The model is a restaurant which > has many objects as sofa, table etc. > > > > How can I extract individual obj

Re: [Development] Got a question on Qy3D

2019-07-08 Thread Edward Welbourne
Sujan Dasmahapatra (5 July 2019 20:43) asked > I'm loading an obj file in Qt3DWindow. The model is a restaurant which has > many objects as sofa, table etc. > > How can I extract individual objects. I'm unable to segregate as the whole > object is root entity. > > I actually want to apply texture

[Development] Got a question on Qy3D

2019-07-05 Thread Sujan Dasmahapatra
Hi folks I'm loading an obj file in Qt3DWindow. The model is a restaurant which has many objects as sofa, table etc. How can I extract individual objects. I'm unable to segregate as the whole object is root entity. I actually want to apply texture different for each entity. Please help me with