com.dss.instancing

1.0.0 • Public • Published

Instancing

An instanced indirect rendering system.

How To Install

The instancing package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "DSS",
  "url": "https://registry.npmjs.com",
  "scopes": [ "com.dss" ]
}

To the dependencies section:

"com.dss.instancing": "1.0.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "DSS",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.dss" ]
    }
  ],
  "dependencies": {
    "com.dss.instancing": "1.0.0",
    ...

Usage

Please see Runtime/Scripts/ExampleSetup.cs.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i com.dss.instancing

Weekly Downloads

1

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

109 kB

Total Files

42

Last publish

Collaborators

  • danielshervheim