This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.colliders = []; | |
var loader = new THREE.ObjectLoader(); | |
loader.load('models/school/scene.json', function (obj) { | |
me.scene.add(obj); | |
player = new THREE.Object3D(); | |
player.add(me.camera); | |
me.scene.add( player ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Facebook Reset Code 0day Python Version | |
#If you want to edit this script you are free i don't give a fuck cause it tooks 2 minutes to write xD \!/ | |
#As a temporarily solution, use requesocks Module | |
#How to install? | |
#with pip : pip install requesocks | |
#with easy_install : easy_install requesocks | |
import urllib2 ,sys ,re | |
import os | |
import ssl |