Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
aframe-fireball-component
Advanced tools
Add the following line to your html file, just after loading A-Frame:
<script src="https://rawgit.com/urish/aframe-fireball-component/master/index.js"></script>
You can also get this component through npm:
npm install --save aframe-fireball-component
Basic usage:
<a-sphere position="0 1 -5" fireball></a-sphere>
Advanced usage - specifying properties:
<a-sphere position="2.5 1 -5" radius="1.25" fireball="color: red; brightness: 2; scale: 2.5; speed: 0.2"></a-sphere>
See index.html for a complete example.
Parameter | Default | Description |
---|---|---|
brightness | 1.5 | Brightness level of the fireball |
color | '#ffaa55' | Fireball color |
opacity | 1.0 | Fireball opacity |
scale | 1.0 | Scaling of the generated texture. Higher values will result in more details |
speed | 0.1 | Animation speed of the generated texture. Higher values will result in faster animation |
Copyright (C) 2017, Uri Shaked. Distributed under the MIT license. Based on http://shaderfrog.com/view/76 and http://alteredqualia.com/three/examples/webgl_shader_fireball.html
Original copyright notice: Copyright (C) 2011 Ashima Arts. All rights reserved. Distributed under the MIT License.
FAQs
![Firebase Shader in Action](screenshot.png)
The npm package aframe-fireball-component receives a total of 1 weekly downloads. As such, aframe-fireball-component popularity was classified as not popular.
We found that aframe-fireball-component 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.