joonsrenderer 1.1-java → 1.1.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '088d1b6c9941961bcb31efd2eb9df78fc60cd94c'
4
- data.tar.gz: 8c13cf3f0ad02782a5094c2da66d8427d6e9d482
3
+ metadata.gz: 70b8fd0626fcf3607da397f21b01f129a7770ac0
4
+ data.tar.gz: 44a2a7edebc5e35e3763a5b9034dbfecfe29e668
5
5
  SHA512:
6
- metadata.gz: 30dd72018005d8d405444e5500101edd882e3ce10eeb3c0dc573205dbd82bc3782defcbbcd556f7dadc5b193b47e1f64d6a26778ca535f23b7ddea02cf9b0076
7
- data.tar.gz: c493ee501fe16ece08b6d91302debec262f2fe73c4caf4cc792a54f7dffb18eec58c5d061c3dc4815ece09483235098cd563ac1f7a11dc60bdadd10ef0d1b71d
6
+ metadata.gz: b22df8ccdd0ec469da9f1ca63951beef95de15fe27f0adc25908c1fd997a586f4a5ff347e3ddf1ff3eee91e80315736ad791cb8e52700030c10c5d225302993f
7
+ data.tar.gz: 6dc590a2ef2dede0d84db67d5f148ed88ca8800326123b00334cd96529f59bc5a560ce300bfef4194e3a0a1abe940c0adac711c7789c93adeac8d14a2452dc1d
@@ -1,2 +1,4 @@
1
1
 
2
+ **v1.1.1** Left out GLASS from fill type switch easily fixed thought
3
+
2
4
  **v1.1.0** I'm conflicted about versioning here, this a later version than Joon Hyub Lee joonsrenderer. What is different is sunflow is integrated and updated (switch on String, try with resources etc, and importantly updated janino). I hava also hacked joons renderer a bit as well.
@@ -8,7 +8,7 @@ Sunflow is an open source global illumination rendering system written in Java w
8
8
 
9
9
  ### test.rb (JRubyArt Sketch)
10
10
  ```ruby
11
- load_library :joonsrenderer
11
+ require 'joonsrenderer'
12
12
  include_package 'joons'
13
13
 
14
14
  attr_reader :jr, :eye, :center, :up, :count, :radius, :file_name
@@ -62,7 +62,7 @@ png2yuv -j Animation_%0.3d.png -f 25 -I p -b 1 > tmp.yuv # zip it all up
62
62
  ffmpeg2theora --optimize --videobitrate 16778 -o Animation.ogv tmp.yuv # convert
63
63
  ```
64
64
 
65
- <video src="/assets/Animation.ogv" poster="/assets/Animation.png" width="800" height="600" controls preload></video>
65
+ <video src="{{site.github.url}}/assets/Animation.ogv" poster="{{site.github.url}}/assets/Animation.png" width="800" height="600" controls preload></video>
66
66
 
67
67
 
68
68
  [fpsunflower]:http://sunflow.sourceforge.net/
@@ -0,0 +1,12 @@
1
+ ---
2
+ layout: post
3
+ title: "Resource References"
4
+ date: 2017-01-08 05:00:13
5
+ categories: joonsrenderer update
6
+ ---
7
+ Get some inspiration on [flickr][flickr] and [vimeo][vimeo] (and by [Joon Hyub Lee][joonsvimeo]). See also this [tutorial][wiki]
8
+
9
+ [flickr]:https://www.flickr.com/search/?text=sunflow
10
+ [joonsvimeo]:https://vimeo.com/user4562261
11
+ [vimeo]:https://vimeo.com/search?q=sunflow
12
+ [wiki]:https://github.com/joonhyublee/joons-renderer/wiki
@@ -1,3 +1,3 @@
1
1
  module JoonsRenderer
2
- VERSION = '1.1'
2
+ VERSION = '1.1.1'
3
3
  end
data/pom.rb CHANGED
@@ -2,7 +2,7 @@ require 'fileutils'
2
2
  project 'joonsrenderer' do
3
3
 
4
4
  model_version '4.0.0'
5
- id 'joons:joonsrenderer:1.1-SNAPSHOT'
5
+ id 'joons:joonsrenderer:1.1.1'
6
6
  packaging 'jar'
7
7
  description 'joonsrenderer for propane and JRubyArt'
8
8
  organization 'ruby-processing', 'https://ruby-processing.github.io'
data/pom.xml CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
  <modelVersion>4.0.0</modelVersion>
12
12
  <groupId>joons</groupId>
13
13
  <artifactId>joonsrenderer</artifactId>
14
- <version>1.1-SNAPSHOT</version>
14
+ <version>1.1.1</version>
15
15
  <name>joonsrenderer</name>
16
16
  <description>joonsrenderer for propane and JRubyArt</description>
17
17
  <organization>
@@ -210,6 +210,7 @@ public class JoonsRenderer {
210
210
  case(AMBIENT_OCCLUSION):
211
211
  case(LIGHT):
212
212
  case(MIRROR):
213
+ case(GLASS):
213
214
  fillers.add(new JRFiller(type, params));
214
215
  break;
215
216
  default:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joonsrenderer
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - monkstone
@@ -37,6 +37,7 @@ files:
37
37
  - docs/_layouts/page.html
38
38
  - docs/_layouts/post.html
39
39
  - docs/_posts/2017-01-08-animated_ray_tracing.md
40
+ - docs/_posts/2017-01-08-resources.md
40
41
  - docs/_posts/2017-01-08-welcome.md
41
42
  - docs/_sass/_base.scss
42
43
  - docs/_sass/_layout.scss