Skip to content

Commit

Permalink
Site updated at 2015-08-13 13:46:04 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome etienne committed Aug 13, 2015
1 parent 9764214 commit d621048
Show file tree
Hide file tree
Showing 45 changed files with 356 additions and 236 deletions.
102 changes: 63 additions & 39 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Learning Three.js]]></title>
<link href="http://learningthreejs.com/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down Expand Up @@ -36,44 +36,68 @@
<p>Some of these new features include cool stuff with textures, material shading, shadow casting and practical exporting and tuning options. We will be writing posts to highlight each of these new features. Here is the ChangeLog with the features recently added to version <a href="https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi">Three.js Inspector 1.2.5</a>, revised and improved.</p>
<p><strong>ChangeLog</strong>
- massive cleanup of the scene capture code
- added range limit to material.opacity
- added ability to create a texture from material popup menu
- added export-in-console for material and geometry
- added upload support for texture
- added dragdrop support for texture
- added &#8220;about&#8221; tab
- added texture.sourceFile it is now possible to change texture
- external texture needs to be on a CORS server
- added &#8216;visibility toggle&#8217;/&#8217;export to console&#8217; and better css on treeview
- added an object is now relative to the selected parent
- better controls over the scene tree when you build something
- added support for face material
- added texture.anisotropy
- added texture handling - repeat/offset/wrapS/wrapT
- added help button linking to three.js documentation
- good for learning
- added object3d.castShadow / receiveShadow
- added material.shadding
- added left/right/top/bottom for ortho camera
- fixed Sprites crash + castShadow support
- added viewVertices + viewFaces in geometry menu
- added a Config.js and save autoRefresh
- added bounding sphere in geometry
- added linewidth, dashSize in material
- added auto refresh to on by default
- fixed bug in case of typedGeometry, PointCloud
- &#8216;export in console&#8217; in object3d inspector popup menu
- implemented a tab for setting
- added autoRefresh setting to periodically refresh the inspector
- added the &#8216;no&#8217; panels for a better visibility in the UI
- simply show it with a object3d selected and without
- uniform live tuning for shader material
- implemented better number tuning with the mouse.
- if shift is pressed, it goes 10 times faster
- it meta is pressed, it goes 100 times faster
- if shift+meta are pressed, it goes 1000 times faster</p>
<h3>ChangeLog</h3>
<ul>
<li>massive cleanup of the scene capture code</li>
<li>added range limit to material.opacity</li>
<li>added ability to create a texture from material popup menu</li>
<li>added export-in-console for material and geometry</li>
<li>added upload support for texture</li>
<li>added dragdrop support for texture</li>
<li>added &#8220;about&#8221; tab</li>
<li>added texture.sourceFile it is now possible to change texture
<ul>
<li>external texture needs to be on a CORS server</li>
</ul>
</li>
<li>added &#8216;visibility toggle&#8217;/&#8217;export to console&#8217; and better css on treeview</li>
<li>added an object is now relative to the selected parent
<ul>
<li>better controls over the scene tree when you build something</li>
</ul>
</li>
<li>added support for face material</li>
<li>added texture.anisotropy</li>
<li>added texture handling - repeat/offset/wrapS/wrapT</li>
<li>added help button linking to three.js documentation
<ul>
<li>good for learning</li>
</ul>
</li>
<li>added object3d.castShadow / receiveShadow</li>
<li>added material.shadding</li>
<li>added left/right/top/bottom for ortho camera</li>
<li>fixed Sprites crash + castShadow support</li>
<li>added viewVertices + viewFaces in geometry menu</li>
<li>added a Config.js and save autoRefresh</li>
<li>added bounding sphere in geometry</li>
<li>added linewidth, dashSize in material</li>
<li>added auto refresh to on by default</li>
<li>fixed bug in case of typedGeometry, PointCloud</li>
<li>&#8216;export in console&#8217; in object3d inspector popup menu</li>
<li>implemented a tab for setting</li>
<li>added autoRefresh setting to periodically refresh the inspector</li>
<li>added the &#8216;no&#8217; panels for a better visibility in the UI
<ul>
<li>simply show it with a object3d selected and without</li>
</ul>
</li>
<li>uniform live tuning for shader material</li>
<li>implemented better number tuning with the mouse.
<ul>
<li>if shift is pressed, it goes 10 times faster</li>
<li>it meta is pressed, it goes 100 times faster</li>
<li>if shift+meta are pressed, it goes 1000 times faster</li>
</ul>
</li>
</ul>
<p>Do not hesitate to try it out. If you have any suggestions, feedback or questions please contact us.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,44 +154,68 @@ <h3><a href="https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfcl

<p>Some of these new features include cool stuff with textures, material shading, shadow casting and practical exporting and tuning options. We will be writing posts to highlight each of these new features. Here is the ChangeLog with the features recently added to version <a href="https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi">Three.js Inspector 1.2.5</a>, revised and improved.</p>

<p><strong>ChangeLog</strong>
- massive cleanup of the scene capture code
- added range limit to material.opacity
- added ability to create a texture from material popup menu
- added export-in-console for material and geometry
- added upload support for texture
- added dragdrop support for texture
- added &#8220;about&#8221; tab
- added texture.sourceFile it is now possible to change texture
- external texture needs to be on a CORS server
- added &#8216;visibility toggle&#8217;/&#8217;export to console&#8217; and better css on treeview
- added an object is now relative to the selected parent
- better controls over the scene tree when you build something
- added support for face material
- added texture.anisotropy
- added texture handling - repeat/offset/wrapS/wrapT
- added help button linking to three.js documentation
- good for learning
- added object3d.castShadow / receiveShadow
- added material.shadding
- added left/right/top/bottom for ortho camera
- fixed Sprites crash + castShadow support
- added viewVertices + viewFaces in geometry menu
- added a Config.js and save autoRefresh
- added bounding sphere in geometry
- added linewidth, dashSize in material
- added auto refresh to on by default
- fixed bug in case of typedGeometry, PointCloud
- &#8216;export in console&#8217; in object3d inspector popup menu
- implemented a tab for setting
- added autoRefresh setting to periodically refresh the inspector
- added the &#8216;no&#8217; panels for a better visibility in the UI
- simply show it with a object3d selected and without
- uniform live tuning for shader material
- implemented better number tuning with the mouse.
- if shift is pressed, it goes 10 times faster
- it meta is pressed, it goes 100 times faster
- if shift+meta are pressed, it goes 1000 times faster</p>
<h3>ChangeLog</h3>

<ul>
<li>massive cleanup of the scene capture code</li>
<li>added range limit to material.opacity</li>
<li>added ability to create a texture from material popup menu</li>
<li>added export-in-console for material and geometry</li>
<li>added upload support for texture</li>
<li>added dragdrop support for texture</li>
<li>added &#8220;about&#8221; tab</li>
<li>added texture.sourceFile it is now possible to change texture

<ul>
<li>external texture needs to be on a CORS server</li>
</ul>
</li>
<li>added &#8216;visibility toggle&#8217;/&#8217;export to console&#8217; and better css on treeview</li>
<li>added an object is now relative to the selected parent

<ul>
<li>better controls over the scene tree when you build something</li>
</ul>
</li>
<li>added support for face material</li>
<li>added texture.anisotropy</li>
<li>added texture handling - repeat/offset/wrapS/wrapT</li>
<li>added help button linking to three.js documentation

<ul>
<li>good for learning</li>
</ul>
</li>
<li>added object3d.castShadow / receiveShadow</li>
<li>added material.shadding</li>
<li>added left/right/top/bottom for ortho camera</li>
<li>fixed Sprites crash + castShadow support</li>
<li>added viewVertices + viewFaces in geometry menu</li>
<li>added a Config.js and save autoRefresh</li>
<li>added bounding sphere in geometry</li>
<li>added linewidth, dashSize in material</li>
<li>added auto refresh to on by default</li>
<li>fixed bug in case of typedGeometry, PointCloud</li>
<li>&#8216;export in console&#8217; in object3d inspector popup menu</li>
<li>implemented a tab for setting</li>
<li>added autoRefresh setting to periodically refresh the inspector</li>
<li>added the &#8216;no&#8217; panels for a better visibility in the UI

<ul>
<li>simply show it with a object3d selected and without</li>
</ul>
</li>
<li>uniform live tuning for shader material</li>
<li>implemented better number tuning with the mouse.

<ul>
<li>if shift is pressed, it goes 10 times faster</li>
<li>it meta is pressed, it goes 100 times faster</li>
<li>if shift+meta are pressed, it goes 1000 times faster</li>
</ul>
</li>
</ul>


<p>Do not hesitate to try it out. If you have any suggestions, feedback or questions please contact us.</p>

Expand Down
2 changes: 1 addition & 1 deletion blog/categories/animation/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: animation | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/animation/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/ar/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: ar | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/ar/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/audio/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: audio, | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/audio/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/augmentedreality/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: augmentedreality | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/augmentedreality/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/basic/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: basic | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/basic/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/basics/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: basics | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/basics/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/boilerplate/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: boilerplate | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/boilerplate/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/canvas2d/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: canvas2d | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/canvas2d/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/chrome/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: chrome | Learning Three.js]]></title>
<link href="http://learningthreejs.com/blog/categories/chrome/atom.xml" rel="self"/>
<link href="http://learningthreejs.com/"/>
<updated>2015-08-13T14:45:00+01:00</updated>
<updated>2015-08-13T14:45:52+01:00</updated>
<id>http://learningthreejs.com/</id>
<author>
<name><![CDATA[Jerome Etienne]]></name>
Expand Down
Loading

0 comments on commit d621048

Please sign in to comment.