Corrected jade bug
This commit is contained in:
parent
44939959f6
commit
c6f75a6b0b
|
@ -14,14 +14,14 @@ block content
|
||||||
h2 Sphere streaming
|
h2 Sphere streaming
|
||||||
|
|
||||||
p.
|
p.
|
||||||
| <s>In fact, it's not really streaming. The sphere is fully preloaded
|
<s>In fact, it's not really streaming. The sphere is fully preloaded
|
||||||
| and then, a mesh is created and vertices and faces are dynamically
|
and then, a mesh is created and vertices and faces are dynamically
|
||||||
| added to this mesh as time goes by.</s>
|
added to this mesh as time goes by.</s>
|
||||||
|
|
||||||
p.
|
p.
|
||||||
| In fact, it is acutally streaming. If you web browser supports
|
In fact, it is acutally streaming. If you web browser supports
|
||||||
| WebSocket, you'll connect to the server and the mesh will be streamed
|
WebSocket, you'll connect to the server and the mesh will be streamed
|
||||||
| onto the socket and the faces will be displayed as soon as you
|
onto the socket and the faces will be displayed as soon as you receive
|
||||||
| receive them.
|
them.
|
||||||
|
|
||||||
#container
|
#container
|
||||||
|
|
Loading…
Reference in New Issue