README.md in opal-js_wrap-three-0.1.3 vs README.md in opal-js_wrap-three-0.1.4

- old
+ new

@@ -39,9 +39,21 @@ Three.js API follows, except that everything named like `setSize` is now `set_size` and so on. See examples for more info. +## Examples + +* Readme - an adapted example from Three.js readme: + * https://hmdne.github.io/opal-js_wrap-three/examples/readme/ + * https://github.com/hmdne/opal-js_wrap-three/blob/master/examples/readme/example.rb +* Clipping intersection + * https://hmdne.github.io/opal-js_wrap-three/examples/clipping_intersection/ + * https://github.com/hmdne/opal-js_wrap-three/blob/master/examples/clipping_intersection/example.rb +* GLTF loader + * https://hmdne.github.io/opal-js_wrap-three/examples/gltf_loader/ + * https://github.com/hmdne/opal-js_wrap-three/blob/master/examples/gltf_loader/example.rb + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).