olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

ARKitReferenceNode Material. Add Request. #143

Closed sikandernoori closed 3 years ago

sikandernoori commented 3 years ago

Hello @olexale.

I see we can change Material of Basic Geometries Like Sphere,Cube etc.

But in real world Problems where we want to Change Material Properties of custom Objects.

Do you have plan for adding Material diffusion and rotation for ARKitReferenceNode.

Thanks !!

olexale commented 3 years ago

Hi @sikandernoori, I'm working on a mechanism that allows overriding parameters (like position, rotation, light, etc.) and material of the geometry of any node by its name. Will that be enough for your task?

sikandernoori commented 3 years ago

@olexale that would be Great actually and Yes it would be enough for the project I'm currently working on.

Looking forward for the update !!

olexale commented 3 years ago

Done. Please refer to the Midas sample.

olexale commented 3 years ago

Seems like this is not an issue anymore, so I'm closing it.

maxTeste commented 3 years ago

@olexale can't wait for the improvements in the mechanics for the rotation and the size of the object so the objects doesn't need to keep resetting

146