CSS3Dframework
CSS3Dframework copied to clipboard
Results
1
CSS3Dframework issues
Sort by
recently updated
recently updated
newest added
Code: ``` CSS.set_unit("vmin"); CSS.set_perspective(); CSS.group({n:"g1",w:450,h:450}) CSS.pyramid({n:"ship", g: "g1", x: 100, y: 200, w: 200, h: 100, d: 100, b: "#89A4D3", b1: "#6684B8", b2: "#ACC6F3", rx: -20}) CSS.camera({z:300, ry: 0, rx:...