1.0.0 • Published 9 years ago

craft-prism v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

craft-prism

Parameterized prism model.

Install

$ npm install craft-prism

Parameters

  • size: scales model
  • width: adjusts width of prism
  • length: adjusts length of prism
  • sides: adjusts number of sides of prism

Example

<craft>
	<craft name="prism" module="craft-prism"/>
	<row>
		<prism sides="10" length="20"></prism>
		<prism sides="3" width="30" length="30"></prism> 
		<prism sides="50" length="40"></prism>
		<prism></prism>
	</row>
</craft>

example