gl-select-static
Static point picking/selection routine
Last updated 5 years ago by archmoj .
MIT · Repository · Bugs · Original npm
$ cnpm install gl-select-static 
SYNC missed versions from official npm registry.

gl-select-static

A variation of gl-select which is designed for non-animated scenes

Install

npm install gl-select-static

API

var createSelectBuffer = require("gl-select-static")

Constructor

var select = createSelectBuffer(gl, shape)

Creates a select buffer with the given shape

Methods

select.begin()

Begins a selection rendering pass.

select.end()

Finishes the selection pass.

select.query(x,y,radius)

Queries the selection buffer for all points within radius.

  • x is the x coordinate of the query point
  • y is the y coordinate of the query point
  • radius is the radius of the selection

Returns A SelectResult with the same contents as in gl-select

select.dispose()

Destroys the selection buffer and releases all associated resources

Properties

select.shape

Updates or retrieves the shape of the selection buffer.

Legal

(c) 2014 Mikola Lysenko. MIT License

Current Tags

  • 2.0.7                                ...           latest (5 years ago)

2 Versions

  • 2.0.7                                ...           5 years ago
  • 2.0.6                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org