CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
318 stars 229 forks source link

There is no rendering for all textures #150

Closed giovannicampagnolo closed 1 year ago

giovannicampagnolo commented 1 year ago

Some texture didn't appear on object because are not render the error is [SceneKit] Error: unsupported conversion short4 -> float4.

@CariusLars

Someone have the same problem.

--> Node is a .glb from web

giovannicampagnolo commented 1 year ago

I have also this error [SceneKit] Error: missing value for attachment "alphaCutOff" [vertex: -1 fragment: 14] and the object did't appear. Only for some objects

This problemi is on Ios.

with this type of objects on andorid app crash

@CariusLars