0.0.13 • Published 5 years ago

@bimenergy/construction-display v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago