New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

babylon-scene

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylon-scene

> Babylon-Scene is a Web Component to easily create a [Babylon.js](https://www.babylonjs.com/) scene simply by dropping the **<babylon-scene>** tag along with a single script dependency onto your page. Custom application logic can be used by provid

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
13
225%
Maintainers
1
Weekly downloads
 
Created
Source

Babylon-Scene is a Web Component to easily create a Babylon.js scene simply by dropping the <babylon-scene> tag along with a single script dependency onto your page. Custom application logic can be used by providing <babylon-scene> with paths to ES6 modules. None of the documentation here will provide anything exciting. It will only take you as far as creating a scene and adding a cube with simple mouse interaction to navigate the camera. It will be up to you to add better content, and Babylon.js's documentation will be the ultimate reference for doing so.

<babylon-scene
    app="my-application.js"
    stage="lights-cameras-etc-setup.js">
</babylon-scene>

Documentation for <babylon-scene> can be found at https://bengfarrell.github.io/babylon-scene

FAQs

Package last updated on 02 Dec 2019

Did you know?

Socket

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.

Install

Related posts