0.3.0 • Published 5 years ago

ui-p3d v0.3.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

uiP3d

Three dimension graphic interface weldkit component

Installation

cd myproject
npm install ui-p3d

API

Events

  • initialized: Fired after the scene has been initialized. It returns the scene data with added instances uuid.
  • render: Listener that renders the scene. Takes update data object as argument.

data-scene

Scene configuration data.

data-subject

Subject refers to the point of view configuration, it may include not only camera information but also avatar data.

data-display

Supported configuration parameters:

  • width: In pixels
  • height: In pixels
  • pixelRatio: Canvas pixel ratio
  • perspective(enum): Perspective type, default value firstPerson
0.3.0

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago