Skip to content

Commit

Permalink
Examples: Remove broken text geometries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jul 20, 2020
1 parent c144af8 commit 0571001
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/webgl_camera_logarithmicdepthbuffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@
{ size: 7.47e12, scale: 1.0, label: "solar system-sized (50Au)" },
{ size: 9.4605284e15, scale: 1.0, label: "gargantuan (1 light year)" },
{ size: 3.08567758e16, scale: 1.0, label: "ludicrous (1 parsec)" },
{ size: 1e19, scale: 1.0, label: "mind boggling (1000 light years)" },
{ size: 1.135e21, scale: 1.0, label: "galaxy-sized (120,000 light years)" },
{ size: 9.46e23, scale: 1.0, label: "... (100,000,000 light years)" }
{ size: 1e19, scale: 1.0, label: "mind boggling (1000 light years)" }
];

init();
Expand Down

0 comments on commit 0571001

Please sign in to comment.