julong

all blender / sublime text live reload

Jul 21st, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. live reload::
  2. <script>document.write('<script src="http://' + (location.host || 'localhost')
  3. .split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
  4.  
  5. https://github.com/dz0ny/LiveReload-sublimetext2
  6.  
  7.  
  8.  
  9. exams::
  10. http://graphic-sim.com/
  11.  
  12. blender export ::
  13. http://graphic-sim.com/B_basic_export.html
  14.  
  15. export Morp Animation
  16. http://www.kadrmasconcepts.com/blog/2012/01/24/from-blender-to-threefab-exporting-three-js-morph-animations/
  17.  
  18. blender loader model ::
  19. http://www.96methods.com/2012/02/three-js-importing-a-model/
  20.  
  21. blender export script ::
  22. https://github.com/mrdoob/three.js/issues/143
  23.  
  24. load texture ::
  25. http://stackoverflow.com/questions/7919516/using-textures-in-three-js
Add Comment
Please, Sign In to add comment