
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
lookat-camera
Advanced tools
Simple "lookat" camera abstraction built on top of gl-matrix.
See demo.js for a usage example.
camera = require('lookat-camera')()Creates a new camera instance.
view = camera.view([view])Updates the view matrix based on the camera's current configuration and
returns the result. Optionally, you may pass in your own view array to
modify directly.
camera.position[x, y, z] vector that determines the position of the camera in world space.
camera.target[x, y, z] vector that determines the target of the camera in world space.
camera.upNormalized [x, y, z] vector that determines the up direction of the camera.
Generally you'll want this to be [1, 0, 0], [0, 1, 0] or [0, 0, 1].
See stackgl/contributing for details.
MIT. See LICENSE.md for details.
FAQs
Simple "lookat" camera abstraction built on top of gl-matrix
The npm package lookat-camera receives a total of 0 weekly downloads. As such, lookat-camera popularity was classified as not popular.
We found that lookat-camera demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.