Skip to content

Commit

Permalink
doc: storybook and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang committed Aug 11, 2024
1 parent f3eb5ef commit 1df0d1d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Our project accurately simulates signal decay through obstacles, providing intensity estimates at each point. With support for real-time computation on mobile devices and easily extendable modules for complex scenarios, it offers a comprehensive toolkit for exploring signal transmission dynamics.

![demo](./demo.jpg)
![demo](./demo.png)

# Quick start

Expand Down
Binary file removed demo.jpg
Binary file not shown.
Binary file added demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions packages/three-coverage-heatmap/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,9 @@ class App {
);

const controls = new OrbitControls(camera, renderer.domElement);
camera.position.set(0, 20, 100);
camera.position.set(-10, 20, -10);
controls.update();

camera.position.z = 5;

let frameIndex = 0;
const animate = () => {
frameIndex = requestAnimationFrame(animate);
Expand Down
4 changes: 2 additions & 2 deletions src/stories/Renderer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Pointcloud = {
export const Isosurface = {
args: {
...args,
isIsourface: true,
isIsosurface: true,
isoValue: 0.5,
isHeatmapColor: false,
},
Expand All @@ -62,7 +62,7 @@ export const Heatmap = {
},
};

export const HeatmapWotDoor = {
export const HeatmapWoDoor = {
args: {
...args,
isHeatmapColor: true,
Expand Down

0 comments on commit 1df0d1d

Please sign in to comment.