Skip to content

Commit

Permalink
demo(examples): update native example
Browse files Browse the repository at this point in the history
  • Loading branch information
junwei.gu committed Jul 12, 2023
1 parent e3d1519 commit 3981a52
Show file tree
Hide file tree
Showing 9 changed files with 14,908 additions and 10,737 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@

## install

- `npm install`
- `npm i @gengine-js/gengine`

## build

- `npm run dev`
- `npm install`

- `npm run build`

## Usage

```
<script type="module">
import {
Mesh,PerspectiveCamera,Scene,
Expand Down Expand Up @@ -66,7 +67,6 @@
};
init();
</script>
```

## Native

Expand Down Expand Up @@ -188,12 +188,6 @@
init();
</script>

<script type="module">

</script>

```
## feature

- [] Camera
Expand Down Expand Up @@ -230,4 +224,3 @@
2. Complete core glTF 2.0
3. Text and Sprite
4. Pick
```
Loading

0 comments on commit 3981a52

Please sign in to comment.