How to convert ModelEntity to Model3D??

I have a ModelEntity object that I would like to convert to a Model3D.

Is it possible?

If yes, how should I go about it?

Replies

This is like asking someone to make water from a stone. ModelEntity describes & holds data. Model3D Presents or renders a 3D object to the View. My suggestion will be to go here https://developer.apple.com/documentation/realitykit/modelcomponent and scroll down to the sample games and see if it is already being done.