You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,6 @@
26
26
</picture>
27
27
</a>
28
28
29
-
> ## Spark 2.0 Preview
30
-
>
31
-
> Spark 2.0 Developer Preview is now available!
32
-
> -[Read the docs](https://sparkjs.dev/2.0.0-preview/docs/)
33
-
> -[Check out the preview branch](https://github.com/sparkjsdev/spark/tree/v2.0.0-preview)
34
-
>
35
-
> Version 2.0 is a major rewrite of the renderer to enable huge worlds made of dynamic 3D Gaussian Splats. It's a complete solution for creating, streaming, and rendering huge 3DGS worlds on the web on any device. It is mostly backward compatible with with Spark 0.1.*.
36
-
>
37
-
> Read about all the [New Features in 2.0](https://sparkjs.dev/2.0.0-preview/docs/new-features-2.0/), learn how to migrate in our [1.0 → 2.0 Migration Guide](https://sparkjs.dev/2.0.0-preview/docs/0.1-2.0-migration-guide/), and get started quick with our [Level-of-Detail system](https://sparkjs.dev/2.0.0-preview/docs/lod-getting-started/).
38
-
39
-
> New [Spark 2.0 examples](https://sparkjs.dev/2.0.0-preview/examples/) have been added, including [huge streaming LoD worlds](https://sparkjs.dev/2.0.0-preview/examples/#streaming-lod) and [streaming multiple simultaneous LoD worlds](https://sparkjs.dev/2.0.0-preview/examples/#multi-lod).
40
-
41
29
## Features
42
30
43
31
- Integrates with THREE.js rendering pipeline to fuse splat and mesh-based objects
@@ -64,8 +52,8 @@ Copy the following code into an `index.html` file.
Copy file name to clipboardExpand all lines: docs/docs/index.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,5 @@
1
1
# Getting Started
2
2
3
-
> ## Spark 2.0 Preview
4
-
>
5
-
> Spark 2.0 Developer Preview is now available! Expect continued updates to documentation and minor code changes and fixes, but the core functionality and API should be stable enough for development.
6
-
>
7
-
> Read about the new features on the [New Features in 2.0](new-features-2.0/) page. Learn how to use the new Level-of-Detail system on the [Spark Level-of-Detail](lod-getting-started/) page.
8
-
>
9
-
> v2.0.* is mostly backwards compatible with v0.1.*, with breaking changes described in [1.0 → 2.0 Migration Guide](0.1-2.0-migration-guide/).
10
-
>
11
-
> The source is on GitHub under the [`v2.0.0-preview` branch](https://github.com/sparkjsdev/spark/tree/v2.0.0-preview) of the `sparkjsdev/spark` repository.
12
-
13
3
## Quick Start
14
4
15
5
Copy and paste code below in an `index.html` file or remix in the [Web Playground](https://stackblitz.com/edit/spark?file=index.html)
0 commit comments