Skip to content

Commit

Permalink
credit envmap
Browse files Browse the repository at this point in the history
  • Loading branch information
omicronrex committed Aug 27, 2024
1 parent 3fecd74 commit 75e2069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Important functions include:
* `gltf_animate(gltf,animation,time)` - Sets up an animation at the given timestamp (in seconds). Animation names and IDs are both accepted. Returns 1 when the animation has finished, and 0 when it hasn't.
* `gltf_animation_length(gltf,animation)` - Returns the timestamp of the last keyframe of the given animation, in seconds. Animation names and IDs are both accepted.
* `gltf_set_environment_map(texture)` - Sets the environment map to a given texture (use `background_get_texture` or `sprite_get_texture`).

Default environmment map texture created by David King Parsons.

0 comments on commit 75e2069

Please sign in to comment.