Toggle navigation
Sign Up
Log In
Explore
Works
Folders
Tools
Collections
Artists
Groups
Groups
Topics
Tasks
Tasks
Jobs
Teams
Jobs
Recommendation
More Effects...
JS
var __boxBlack = new THREE.MeshBasicMaterial({color:0}); function __box(l) { var boxGeo = new THREE.CylinderGeometry(.1,.1, l); for(var i =0;i< boxGeo.vertices.length;i++) { boxGeo.vertices[i].y+=l/2; var gi = boxGeo.vertices[i]; var tz = gi.z; gi.z = gi.y; gi.y = -tz; } var bufferGeo = new THREE.BufferGeometry().fromGeometry(boxGeo); return new THREE.Mesh(bufferGeo, __boxBlack); } var IKJoint = function(p,pLength, q,qLength,poleVector) { this.p = p; this.q = q; this.pr = pLength; this.qr = qLength; this.poleVector = poleVector; this.line = new THREE.Line3(p,q); this.elbow = new THREE.Vector3(); } IKJoint.prototype.SOLVED = 1; IKJoint.prototype.TOO_FAR = 2; IKJoint.prototype.TOO_CLOSE = 4; IKJoint.prototype.solve = function() { var pq = this.q.clone().sub(this.p); this.line.start = this.p; this.line.end = this.q; var dSquared = pq.lengthSq(); var dist = Math.sqrt(dSquared); // console.log("dist is ", dist, "vs. ",(this.pr+this.qr)); if(dist>this.pr+this.qr){ this.outcome = IKJoint.TOO_FAR; return; } if(dist
extendedDistance*0.85) { //we should only launch if the foot is closer to the camera than the hip. var footDist= camera.position.clone().sub(this.body.localToWorld(leg.foot.position)); var hipDist= camera.position.clone().sub(this.body.position); footDist.y = hipDist.y = 0; if(footDist.lengthSq()
CSS
canvas { position: fixed; top: 0; left: 0; z-index:-10; }
HTML
Join Effecthub.com
Working with Global Gaming Artists and Developers!
Login
Sign Up
Or Login with Your Email Address:
Email
Password
Remember
Or Sign Up with Your Email Address:
Your Email
This field must contain a valid email
Set Password
Password should be at least 1 character
Stay informed via email