1.0.3 • Published 9 years ago

craft-comb-calebhsu v1.0.3

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

craft-comb-calebhsu

Parameterized comb model.

Usage

<craft>
    <craft name="comb" module="craft-comb-calebhsu"/>
	<comb></comb>
</craft>

Parameters

  • width: adjusts width of comb
  • length: adjusts length of comb
  • height: adjusts thickness of comb

Example

<craft>
    <craft name="comb" module="craft-comb-calebhsu"/>
    <row spacing="2">
        <comb transform="scale(2 2 2)"></comb>
        <comb length="40" width="20"></comb>
        <comb></comb>
    </row>
</craft>

example

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago