Platform
Resources
Pricing
Sign in
Contact us
Youjin Shin | 신유진
Data Visualization Specialist | Previously @WashingtonPost @WallStreetJournal @MITSenseableCity
Workspace
Fork
Public
3D
By
Youjin Shin | 신유진
Edited
Nov 9, 2023
3D
deck.gl | population density map of South Korea
three.js | Physics basic
three.js | Shader (galaxy)
three.js | Shader patterns
three.js | Shader (Sea)
three.js | Shader basic
deck.gl | LineLayer + Tooltip
deck.gl | TripsLayer + Animation
deck.gl | HexagonLayer + Camera Animation
three.js | FontLoader
three.js | Camera animation
three.js | GLTFLoader
three.js | OrbitControls
Insert cell
Insert cell
Insert cell
renderer
.
domElement
Insert cell
{
while
(
true
)
{
renderer
.
render
(
scene
,
camera
)
;
yield
null
;
}
}
Insert cell
Insert cell
Insert cell
Insert cell
material
=
new
THREE
.
ShaderMaterial
(
{
vertexShader
:
vertextShaderTxt
,
fragmentShader
:
fragmentShaderTxt
,
side
:
THREE
.
DoubleSide
}
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
renderer
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
scene
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
mesh
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
material
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fragmentShaderTxt
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
vertextShaderTxt
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
geometry
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
camera
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
THREE
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML