| Commit message (Collapse) | Author | Age |
|
|
|
| |
Reduces excess vertices in cylinders
|
| |
|
|
|
|
| |
Half of them acquired a .cpp part anyway
|
|
|
|
|
|
|
|
|
| |
Fixes issue where face controller extrusions applied to a rotated or
scaled mesh would be applied incorrectly. Now we create the mesh at the
origin, deform it as required (scale), apply face controllers and
finally relocate it as required (position and rotation). A relative
level of detail is cascade into the generation for shapes like cylinder,
which generate fewer faces for small objects.
|
|
|
|
| |
Inferred based on whether the pointer is copyable or not.
|
| |
|
| |
|
|
Requires temporary change to the fragment shader to hardcode some visible colour to the model
|