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
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
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