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
| import os | |
| import bpy | |
| path_to_dir = "/directory/full/of/obj/files/" | |
| files_in_dir = os.listdir(path_to_dir) | |
| for file_in_dir in files_in_dir: | |
| bpy.ops.import_scene.obj(filepath=path_to_dir+file_in_dir) |
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
| //SD Card Library | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #include <SdFat.h> | |
| #include <algorithm> | |
| uint16 bufferA[40]; | |
| uint16 bufferB[40]; | |
| uint16 * incomingBuffer = bufferA; | |
| uint16 * outgoingBuffer = bufferB; |
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
| import bge | |
| cont = bge.logic.getCurrentController() | |
| VertexShader = """ | |
| uniform float leftIsoclinic[ 4 ]; | |
| uniform float rightIsoclinic[ 4 ]; | |
| uniform float radius; | |
| uniform float offset[ 3 ]; | |
| varying vec3 vNormal; |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
| <html> | |
| <head> | |
| <meta name="generator" content= | |
| "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> | |
| <meta http-equiv="Content-type" content= | |
| "text/html; charset=us-ascii"> | |
| <title>Graph from a matrix</title> | |
| <script type="text/javascript" src= |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
| <html> | |
| <head> | |
| <meta name="generator" content= | |
| "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> | |
| <meta http-equiv="Content-type" content= | |
| "text/html; charset=us-ascii"> | |
| <title>Graph from a matrix</title> | |
| <script type="text/javascript" src= |
NewerOlder