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

@mxw/scene-converter

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mxw/scene-converter

A module and command line tool that converts .scene files from ogre exporters to .jsx wom structures for Maxwhere.

latest
npmnpm
Version
2.3.0
Version published
Maintainers
5
Created
Source

scene-converter

A module and command line tool that converts .scene files from ogre exporters to .jsx wom structures for Maxwhere.

install

$ npm i @mxw/scene-converter -g

use

from command line:

$ scene-converter test.scene test.jsx

from javascript:

const fs = require('fs')
const parser = require('@mxw/scene-converter')

console.log(parser(fs.readFileSync('foo.scene', 'utf8')))

tests

run tests:

$ npm test

TODO

Things that should be implemented when Maxwhere supports it:

  • castShadow
  • environment (ambientColour, backgroundColour, fog, skybox)

FAQs

Package last updated on 23 Apr 2017

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