0.0.13 • Published 4 years ago

@bimenergy/construction-display v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Construction-display

Components and utils to visualize constructions and materials.

General example

<Construction3dDisplay
  key={`${construction.id}-${show2d}`} // Is needed to trigger redrawing (TODO: Should not be needed)
  show2d={show2d} // Boolean to switch between 2D and 3D
  construction={construction} // The construction object to show. Can be material as well
  viewportStyle={{ // Style for the viewport
    width: 280,
    height: 180,
  }}
/>
0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago