This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brendon Smith
committed
Jul 13, 2011
1 parent
7efc0f3
commit 92515f3
Showing
2,847 changed files
with
461,514 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<!-- saved from url=(0014)about:internet --> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | ||
<!-- | ||
Smart developers always View Source. | ||
This application was built using Adobe Flex, an open source framework | ||
for building rich Internet applications that get delivered via the | ||
Flash Player or to desktops via Adobe AIR. | ||
Learn more about Flex at http://flex.org | ||
// --> | ||
<head> | ||
<title></title> | ||
<meta name="google" value="notranslate"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<!-- Include CSS to eliminate any default margins/padding and set the height of the html element and | ||
the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as | ||
the percentage of the height of its parent container, which has to be set explicitly. Fix for | ||
Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show | ||
if JavaScript disabled. | ||
--> | ||
<style type="text/css" media="screen"> | ||
html, body { height:100%; } | ||
body { margin:0; padding:0; overflow:auto; text-align:center; | ||
background-color: #000000; } | ||
object:focus { outline:none; } | ||
#flashContent { display:none; } | ||
</style> | ||
|
||
<!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens --> | ||
<!-- BEGIN Browser History required section --> | ||
<link rel="stylesheet" type="text/css" href="history/history.css" /> | ||
<script type="text/javascript" src="history/history.js"></script> | ||
<!-- END Browser History required section --> | ||
|
||
<script type="text/javascript" src="swfobject.js"></script> | ||
<script type="text/javascript"> | ||
<!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> | ||
var swfVersionStr = "11.0.0"; | ||
<!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. --> | ||
var xiSwfUrlStr = "playerProductInstall.swf"; | ||
var flashvars = {}; | ||
var params = {}; | ||
params.quality = "high"; | ||
params.bgcolor = "#000000"; | ||
params.allowscriptaccess = "sameDomain"; | ||
params.allowfullscreen = "true"; | ||
params.wmode = "direct"; | ||
var attributes = {}; | ||
attributes.id = "LoaderOBJTest"; | ||
attributes.name = "LoaderOBJTest"; | ||
attributes.align = "middle"; | ||
swfobject.embedSWF( | ||
"LoaderOBJTest.swf", "flashContent", | ||
"1280", "720", | ||
swfVersionStr, xiSwfUrlStr, | ||
flashvars, params, attributes); | ||
<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. --> | ||
swfobject.createCSS("#flashContent", "display:block;text-align:left;"); | ||
</script> | ||
</head> | ||
<body> | ||
<!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough | ||
JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show | ||
when JavaScript is disabled. | ||
--> | ||
<div id="flashContent"> | ||
<p> | ||
To view this page ensure that Adobe Flash Player version | ||
11.0.0 or greater is installed. | ||
</p> | ||
<script type="text/javascript"> | ||
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); | ||
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" | ||
+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); | ||
</script> | ||
</div> | ||
|
||
<noscript> | ||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1280" height="720" id="LoaderOBJTest"> | ||
<param name="movie" value="LoaderOBJTest.swf" /> | ||
<param name="quality" value="high" /> | ||
<param name="bgcolor" value="#000000" /> | ||
<param name="allowScriptAccess" value="sameDomain" /> | ||
<param name="allowFullScreen" value="true" /> | ||
<param name="wmode" value="direct" /> | ||
<!--[if !IE]>--> | ||
<object type="application/x-shockwave-flash" data="LoaderOBJTest.swf" width="1280" height="720"> | ||
<param name="quality" value="high" /> | ||
<param name="bgcolor" value="#000000" /> | ||
<param name="allowScriptAccess" value="sameDomain" /> | ||
<param name="allowFullScreen" value="true" /> | ||
<param name="wmode" value="direct" /> | ||
<!--<![endif]--> | ||
<!--[if gte IE 6]>--> | ||
<p> | ||
Either scripts and active content are not permitted to run or Adobe Flash Player version | ||
11.0.0 or greater is not installed. | ||
</p> | ||
<!--<![endif]--> | ||
<a href="http://www.adobe.com/go/getflashplayer"> | ||
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" /> | ||
</a> | ||
<!--[if !IE]>--> | ||
</object> | ||
<!--<![endif]--> | ||
</object> | ||
</noscript> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 46 additions & 0 deletions
46
JavaScript/bspExample_webGL/LoaderOBJTest/.actionScriptProperties
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<actionScriptProperties mainApplicationPath="LoaderOBJTest.as" projectUUID="1bf88387-d488-4263-bdff-8b7a27432707" version="6"> | ||
<compiler additionalCompilerArguments="-locale en_US -swf-version=13 -default-script-limits 999999 999999999 -use-network=false" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" targetPlayerVersion="11.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true"> | ||
<compilerSourcePath> | ||
<compilerSourcePathEntry kind="1" linkType="1" path="/Users/brendonsmith/Documents/SugarSync/CODELIBRARIES/AS3/away3d-away3d-core-broomstick-new/src"/> | ||
</compilerSourcePath> | ||
<libraryPath defaultLinkType="0"> | ||
<libraryPathEntry kind="4" path=""> | ||
<excludedEntries> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_charts.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="1" linkType="1" path="${PROJECT_FRAMEWORKS}/locale/{locale}"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/qtp.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/charts.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_air.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/framework.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/netmon.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/spark.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/sparkskins.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/rpc.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/videoPlayer.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/qtp_air.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/datavisualization.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_dmv.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_flashflexkit.swc" useDefaultLinkType="false"/> | ||
<libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/automation_agent.swc" useDefaultLinkType="false"/> | ||
</excludedEntries> | ||
</libraryPathEntry> | ||
</libraryPath> | ||
<sourceAttachmentPath/> | ||
</compiler> | ||
<applications> | ||
<application path="LoaderOBJTest.as"/> | ||
<application path="/LoaderOBJTest/[source path] src/LoaderOBJTest.as"/> | ||
</applications> | ||
<modules/> | ||
<buildCSSFiles/> | ||
<publishSource> | ||
<sourcePathIncludes/> | ||
<sourceExcludes> | ||
<exclude path="Away3D_BoomStick_With_JSONOBJ"/> | ||
<exclude path="html-template"/> | ||
<exclude path="libs"/> | ||
</sourceExcludes> | ||
</publishSource> | ||
</actionScriptProperties> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>LoaderOBJTest</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>com.adobe.flexbuilder.project.flexbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>com.adobe.flexbuilder.project.actionscriptnature</nature> | ||
</natures> | ||
<linkedResources> | ||
<link> | ||
<name>[source path] src</name> | ||
<type>2</type> | ||
<location>/Users/brendonsmith/Documents/SugarSync/codeLibraries/as3/away3d-away3d-core-broomstick-new/src</location> | ||
</link> | ||
</linkedResources> | ||
</projectDescription> |
3 changes: 3 additions & 0 deletions
3
JavaScript/bspExample_webGL/LoaderOBJTest/.settings/org.eclipse.core.resources.prefs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#Mon May 23 17:27:24 CDT 2011 | ||
eclipse.preferences.version=1 | ||
encoding/<project>=utf-8 |
Binary file not shown.
111 changes: 111 additions & 0 deletions
111
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/LoaderOBJTest.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<!-- saved from url=(0014)about:internet --> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | ||
<!-- | ||
Smart developers always View Source. | ||
This application was built using Adobe Flex, an open source framework | ||
for building rich Internet applications that get delivered via the | ||
Flash Player or to desktops via Adobe AIR. | ||
Learn more about Flex at http://flex.org | ||
// --> | ||
<head> | ||
<title></title> | ||
<meta name="google" value="notranslate"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<!-- Include CSS to eliminate any default margins/padding and set the height of the html element and | ||
the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as | ||
the percentage of the height of its parent container, which has to be set explicitly. Fix for | ||
Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show | ||
if JavaScript disabled. | ||
--> | ||
<style type="text/css" media="screen"> | ||
html, body { height:100%; } | ||
body { margin:0; padding:0; overflow:auto; text-align:center; | ||
background-color: #000000; } | ||
object:focus { outline:none; } | ||
#flashContent { display:none; } | ||
</style> | ||
|
||
<!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens --> | ||
<!-- BEGIN Browser History required section --> | ||
<link rel="stylesheet" type="text/css" href="history/history.css" /> | ||
<script type="text/javascript" src="history/history.js"></script> | ||
<!-- END Browser History required section --> | ||
|
||
<script type="text/javascript" src="swfobject.js"></script> | ||
<script type="text/javascript"> | ||
<!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> | ||
var swfVersionStr = "11.0.0"; | ||
<!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. --> | ||
var xiSwfUrlStr = "playerProductInstall.swf"; | ||
var flashvars = {}; | ||
var params = {}; | ||
params.quality = "high"; | ||
params.bgcolor = "#000000"; | ||
params.allowscriptaccess = "sameDomain"; | ||
params.allowfullscreen = "true"; | ||
params.wmode = "direct"; | ||
var attributes = {}; | ||
attributes.id = "LoaderOBJTest"; | ||
attributes.name = "LoaderOBJTest"; | ||
attributes.align = "middle"; | ||
swfobject.embedSWF( | ||
"LoaderOBJTest.swf", "flashContent", | ||
"1280", "720", | ||
swfVersionStr, xiSwfUrlStr, | ||
flashvars, params, attributes); | ||
<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. --> | ||
swfobject.createCSS("#flashContent", "display:block;text-align:left;"); | ||
</script> | ||
</head> | ||
<body> | ||
<!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough | ||
JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show | ||
when JavaScript is disabled. | ||
--> | ||
<div id="flashContent"> | ||
<p> | ||
To view this page ensure that Adobe Flash Player version | ||
11.0.0 or greater is installed. | ||
</p> | ||
<script type="text/javascript"> | ||
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); | ||
document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" | ||
+ pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); | ||
</script> | ||
</div> | ||
|
||
<noscript> | ||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1280" height="720" id="LoaderOBJTest"> | ||
<param name="movie" value="LoaderOBJTest.swf" /> | ||
<param name="quality" value="high" /> | ||
<param name="bgcolor" value="#000000" /> | ||
<param name="allowScriptAccess" value="sameDomain" /> | ||
<param name="allowFullScreen" value="true" /> | ||
<param name="wmode" value="direct" /> | ||
<!--[if !IE]>--> | ||
<object type="application/x-shockwave-flash" data="LoaderOBJTest.swf" width="1280" height="720"> | ||
<param name="quality" value="high" /> | ||
<param name="bgcolor" value="#000000" /> | ||
<param name="allowScriptAccess" value="sameDomain" /> | ||
<param name="allowFullScreen" value="true" /> | ||
<param name="wmode" value="direct" /> | ||
<!--<![endif]--> | ||
<!--[if gte IE 6]>--> | ||
<p> | ||
Either scripts and active content are not permitted to run or Adobe Flash Player version | ||
11.0.0 or greater is not installed. | ||
</p> | ||
<!--<![endif]--> | ||
<a href="http://www.adobe.com/go/getflashplayer"> | ||
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" /> | ||
</a> | ||
<!--[if !IE]>--> | ||
</object> | ||
<!--<![endif]--> | ||
</object> | ||
</noscript> | ||
</body> | ||
</html> |
Binary file added
BIN
+377 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/LoaderOBJTest.swf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/amd_rgbr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.63 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_down_jumppad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.61 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_down_tele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.67 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_down_weapon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.62 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_left_jumppad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.6 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_left_tele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.66 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_left_weapon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.64 KB
...cript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_right_jumppad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.62 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_right_tele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.69 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_right_weapon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.63 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_up_jumppad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.61 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_up_tele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.67 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrow_up_weapon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.34 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrows_jumppad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.26 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrows_tele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/arrows_weapon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.9 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/ati_rgb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.61 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/bindtest.awd
Binary file not shown.
Binary file added
BIN
+68.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/dirt_grass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6basegrate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.4 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6btrim_light.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.08 KB
...cript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6btrim_light_blend.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.3 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6dtrimnd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6grtfloorceil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.07 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6strimlight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.69 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6strimlight_blend.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.1 KB
.../bspExample_webGL/LoaderOBJTest/bin-release/assets/e6strimlight_blend_green.jpg
Oops, something went wrong.
Binary file added
BIN
+16.5 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6strimlight_green.jpg
Oops, something went wrong.
Binary file added
BIN
+7.95 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6tekmtlrflr_h.jpg
Oops, something went wrong.
Binary file added
BIN
+25.1 KB
...cript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6tekmtlrflr_h_glow.jpg
Oops, something went wrong.
Binary file added
BIN
+24.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6trim_basic128.jpg
Oops, something went wrong.
Binary file added
BIN
+15.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6v_light.jpg
Oops, something went wrong.
Binary file added
BIN
+9.58 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e6v_light_blend.jpg
Oops, something went wrong.
Binary file added
BIN
+3.78 KB
...ipt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_jumppad02_fx_green.jpg
Oops, something went wrong.
Binary file added
BIN
+10.5 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_jumppad02_green.jpg
Oops, something went wrong.
Binary file added
BIN
+2.78 KB
...bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_launchpad1.blend_green.jpg
Oops, something went wrong.
Binary file added
BIN
+11 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_launchpad1.jpg
Oops, something went wrong.
Binary file added
BIN
+3.64 KB
...pt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_launchpad1_fx_green.jpg
Oops, something went wrong.
Binary file added
BIN
+86.4 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_mtlwall1b.jpg
Oops, something went wrong.
Binary file added
BIN
+88.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8_mtlwall4.jpg
Oops, something went wrong.
Binary file added
BIN
+43.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8beam02.jpg
Oops, something went wrong.
Binary file added
BIN
+4.72 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8bolttrimb_90.jpg
Oops, something went wrong.
Binary file added
BIN
+3.69 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8bolttrimb_sfssf.jpg
Oops, something went wrong.
Binary file added
BIN
+18.4 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8clangfloor03.jpg
Oops, something went wrong.
Binary file added
BIN
+33.9 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8clangfloor04warn.jpg
Oops, something went wrong.
Binary file added
BIN
+96 KB
...cript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8clangfloor04warn2.jpg
Oops, something went wrong.
Binary file added
BIN
+91.5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8clangwarnmix_c.jpg
Oops, something went wrong.
Binary file added
BIN
+92.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8crete03.jpg
Oops, something went wrong.
Binary file added
BIN
+92.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8crete03c.jpg
Oops, something went wrong.
Binary file added
BIN
+90.5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8cretefloor01.jpg
Oops, something went wrong.
Binary file added
BIN
+89 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8cretefloor_tile.jpg
Oops, something went wrong.
Binary file added
BIN
+9.77 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8jumpspawn02.jpg
Oops, something went wrong.
Binary file added
BIN
+13.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8jumpspawn02_fx.jpg
Oops, something went wrong.
Binary file added
BIN
+21.3 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8mtltrim.jpg
Oops, something went wrong.
Binary file added
BIN
+4.5 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8spawn01b.jpg
Oops, something went wrong.
Binary file added
BIN
+85.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8support02.jpg
Oops, something went wrong.
Binary file added
BIN
+35.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8support03.jpg
Oops, something went wrong.
Binary file added
BIN
+27.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8supporttrim01.jpg
Oops, something went wrong.
Binary file added
BIN
+5.76 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8tinylight.blend.jpg
Oops, something went wrong.
Binary file added
BIN
+7.06 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8tinylight.jpg
Oops, something went wrong.
Binary file added
BIN
+5.81 KB
...ipt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8tinylightblue.blend.jpg
Oops, something went wrong.
Binary file added
BIN
+8.22 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8tinylightblue.jpg
Oops, something went wrong.
Binary file added
BIN
+6.98 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_bluefx.jpg
Oops, something went wrong.
Binary file added
BIN
+11.9 KB
...cript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_bluefx_arrow.jpg
Oops, something went wrong.
Binary file added
BIN
+2.42 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_greenfx.jpg
Oops, something went wrong.
Binary file added
BIN
+11 KB
...ript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_greenfx_arrow.jpg
Oops, something went wrong.
Binary file added
BIN
+8.07 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_redfx.jpg
Oops, something went wrong.
Binary file added
BIN
+12.1 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_redfx_arrow.jpg
Oops, something went wrong.
Binary file added
BIN
+12.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_yellowfx.jpg
Oops, something went wrong.
Binary file added
BIN
+12.8 KB
...ipt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trim_yellowfx_arrow.jpg
Oops, something went wrong.
Binary file added
BIN
+4.33 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimfx_b.jpg
Oops, something went wrong.
Binary file added
BIN
+1.78 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimfx_g.jpg
Oops, something went wrong.
Binary file added
BIN
+4.23 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimfx_r.jpg
Oops, something went wrong.
Binary file added
BIN
+9.54 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimfx_y.jpg
Oops, something went wrong.
Binary file added
BIN
+21.4 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimlight.jpg
Oops, something went wrong.
Binary file added
BIN
+16.4 KB
...pt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8trimlight_blendwhite.jpg
Oops, something went wrong.
Binary file added
BIN
+5.38 KB
...pt/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8warn2steplight.blend.jpg
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...spExample_webGL/LoaderOBJTest/bin-release/assets/e8warn2steplight.blend_red.jpg
Oops, something went wrong.
Binary file added
BIN
+7.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8warn2steplight.jpg
Oops, something went wrong.
Binary file added
BIN
+4.76 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/e8wrntrim2.jpg
Oops, something went wrong.
Binary file added
BIN
+10.8 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/elec_stripes.jpg
Oops, something went wrong.
Binary file added
BIN
+1.79 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/energy2_red.jpg
Oops, something went wrong.
Binary file added
BIN
+11.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/energy3_red.jpg
Oops, something went wrong.
Binary file added
BIN
+1.9 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/energy_red.jpg
Oops, something went wrong.
Binary file added
BIN
+101 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/fallingnumbers_1.jpg
Oops, something went wrong.
Binary file added
BIN
+93.3 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/fallingnumbers_2.jpg
Oops, something went wrong.
Binary file added
BIN
+27.7 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/fallingnumbers_3.jpg
Oops, something went wrong.
Binary file added
BIN
+27.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/fallingnumbers_4.jpg
Oops, something went wrong.
Binary file added
BIN
+34.1 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/glassblue_editor.jpg
Oops, something went wrong.
Binary file added
BIN
+4.23 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/glassblue_env.jpg
Oops, something went wrong.
Binary file added
BIN
+7.05 KB
...ipt/bspExample_webGL/LoaderOBJTest/bin-release/assets/glassblue_env_stripes.jpg
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/glassfloor.jpg
Oops, something went wrong.
Binary file added
BIN
+440 KB
...Script/bspExample_webGL/LoaderOBJTest/bin-release/assets/gras_rock_blending.jpg
Oops, something went wrong.
Binary file added
BIN
+403 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/grass_01.jpg
Oops, something went wrong.
Binary file added
BIN
+53.4 KB
JavaScript/bspExample_webGL/LoaderOBJTest/bin-release/assets/grass_01_alpha.jpg
Oops, something went wrong.
Oops, something went wrong.