Comments
parent
9f1db1c7b6
commit
c920ebefbc
|
@ -1,3 +1,5 @@
|
|||
# TODO: big objects in one config
|
||||
|
||||
[system."12 Autumn Above"]
|
||||
|
||||
object.star.sprite = "star::star"
|
||||
|
|
|
@ -38,6 +38,7 @@ fn vertex_main(
|
|||
instance: InstanceInput,
|
||||
) -> VertexOutput {
|
||||
var out: VertexOutput;
|
||||
// TODO: adjust position
|
||||
out.position = vec4(vertex.position, 1.0);
|
||||
out.diameter = instance.diameter;
|
||||
out.stroke = instance.stroke;
|
||||
|
|
Loading…
Reference in New Issue