Skip to content

calebhsu/craft-chair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

craft-chair

Parameterized chair model.

Usage

<craft>
    <craft name="chair" module="craft-chair"/>
    <chair></chair> 
</craft>

Parameters

  • legHeight: adjusts height of chair legs
    • default: 14
  • length: adjusts length of seat
    • default: 15
  • width: adjusts width of seat
    • default: 15

Example

<craft>
    <craft name="chair" module="craft-chair"/>
    <row spacing="2">
        <chair transform="scale(2,2,2)"></chair>
        <chair></chair>        
    </row>
</craft>

example

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published