Properties:
Name | Type | Description |
---|---|---|
entity |
shf3d.Entity | (default: |
Example
Clone {
id: a
entity: Cube { }
}
Clone {
location: vec3(5, 0, 0)
entity: a.entity
}
Clone {
location: vec3(10, 0, 0)
entity: a.entity
}