Code Monkey home page Code Monkey logo

Comments (3)

harshrs641 avatar harshrs641 commented on July 29, 2024

I converted the model from fbx to sfb. It is loaded ok but the part that should be hidden from my head is visible AND is like black wireframe pixelized.
I don't know if it is a problem of the library itself or arscene.
ar

Can you please tell me how you did that because there are only shapes available

from arcore_flutter_plugin.

pdivita avatar pdivita commented on July 29, 2024

I've attached the FBX (renamed to .png otherwise I can't upload here)
I've used the import of sceneform assets.
hat fbx

from arcore_flutter_plugin.

ljmatan avatar ljmatan commented on July 29, 2024

You need to add the function ArSceneView(context).setCameraStreamRenderPriority(0) to android/src/main/kotlin/com/difrancescogianmarco/arcore_flutter_plugin/ArCoreView.kt in the package file and change the implementation in both the package and your app's build.gradle to the following:

    implementation 'com.google.ar:core:1.15.0'
    implementation ('com.google.ar.sceneform:core:1.15.0') {
        exclude group: 'com.google.ar.sceneform', module: 'filament-android'
    }
    implementation 'com.google.ar.sceneform:assets:1.15.0'
    implementation group: 'com.google.ar.sceneform', name: 'filament-android', version: '1.12.0'
    implementation ('com.google.ar.sceneform.ux:sceneform-ux:1.15.0') {
        exclude group: 'com.google.ar.sceneform', module: 'core'
    }

from arcore_flutter_plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.