GithubHelp home page GithubHelp logo

gengcauwong / argallery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wwdablu/argallery

0.0 1.0 0.0 16.23 MB

Using Sceneform to render bitmaps from Gallery using ViewRenderable and ShapeRenderable.

License: MIT License

Java 100.00%

argallery's Introduction

ARGallery

Using Sceneform to render bitmaps from Gallery using ViewRenderable and ShapeRenderable.

Sample

Version 1.0 of cube rotation by showing bitmap from gallery.
https://www.youtube.com/watch?v=1PQledXnPNU&feature=youtu.be

Explanation

In here I tried to show images (or bitmaps) from the gallery of the user. Tried to show it using ViewRenderable and ShapeRenderable.

ViewRenderable
This can basically displays view after inflating view XMLs and then displaying then in the AR context. For this example we are inflating an ImageView and then it is displayed in the AR context. This can be though of as the 2D views.

ShapeRenderable
This is a bit complex and we can draw 3D shapes in the AR context. To use the bitmap we need to create a texture and then create a material from it, which would then be used to create the renderable object.

Rotation Animation
This has been simply created using ObjectAnimator. We use the Quaternion object which comprises of a Vector3 (which defines the X, Y and Z axis information) along with the rotation. We pass in an array of this Quaternion objects which is then used on the localRotation property and used to animate the renderables.

argallery's People

Contributors

wwdablu avatar

Watchers

James Cloos avatar

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.