Ignore:
Timestamp:
2015-06-07T17:33:27+12:00 (9 years ago)
Author:
davidb
Message:

Minor mods: higher wind default, and commented out line that randomly changed the colour of an intersected object with a mousedown event

Location:
other-projects/nz-flag-design/trunk/render-3d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/Flag_files/slider.js

    r29721 r29954  
    11jQuery(document).ready(function ($) {
    22   
    3     var initialValue = 100;
     3    var initialValue = 250;
    44    var tooltip = '<span class="tt"><span class="text">'+getDescript(initialValue)+'</span></span>';
    55    var target;
  • other-projects/nz-flag-design/trunk/render-3d/flag.html

    r29737 r29954  
    247247                document.body.appendChild( container );
    248248               
    249                 windStrength = 100;
     249                windStrength = 250;
    250250               
    251251                // scene
     
    481481                if(intersects.length > 0){
    482482                    beehiveVisible = false;
    483                     intersects[ 0 ].object.material.color.setHex( Math.random() * 0xffffff );
     483                    //intersects[ 0 ].object.material.color.setHex( Math.random() * 0xffffff );
    484484                }
    485485            }
Note: See TracChangeset for help on using the changeset viewer.