Giter Site home page Giter Site logo

android_opengl_picking's Introduction

Android OpenGL picking

This is when we need to select certain objects in the OpenGL scene, when we tap on the screen.

There are plenty of articles about this in the web, but only a few about how to implement it in Android.

There are 2 main ways to do Picking - color picking and ray picking. Ray picking is more reliable.

This is, currently, the only complete and working article about how to do ray picking in Android: http://android-raypick.blogspot.de/2012/04/first-i-want-to-state-this-is-my-first.html

And it works! But it's missing a finished, runnable example, and there's some people asking for that. So I uploaded one.

Notes: It works from OpenGL 1.

In the example there are 4 squares. It will show messages in logcat when you tap the squares. Note that in the intersection area, it shows messages for all the squares - it's left to the user to select the nearest one, e.g. using index or z coord.

There's also a small "framework" where each square is an object. To organize a bit. The GL object is passed to them to draw.

Installation: Download and import glpicking project. It's ready to run. If you run it, it should look like this:

ScreenShot

It requires min. API 8, but I think it's easy to modify it to run it in lower APIs (I don't need it, so I haven't checked).

android_opengl_picking's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

android_opengl_picking's Issues

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.