topical media & game development
mobile-query-three-docs-symbols-tQuery.Scene.htm / htm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="JsDoc Toolkit" />
<title>tQuery.Scene | tQuery library</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="mobileoptimized" content="0" />
<link rel="stylesheet" href="../css/all.css" media="all" />
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
<script src="../javascript/all.js"></script>
<!--[if lt IE 9]>
<script src="../javascript/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="index">
<div class="menu">
<div class="indexLinks">
<a href="../index.html">Classes</a>
<a href="../files.html">Files</a>
</div>
<h2 class="heading1">Classes</h2>
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
<nav>
<ul class="classList" id="ClassList">
<li><a href="../symbols/tQuery.html">tQuery</a></li>
<li><a href="../symbols/tQuery.Geometry.html">tQuery<span class='break'> </span>.<span class='break'> </span>Geometry</a></li>
<li><a href="../symbols/tQuery.Loop.html">tQuery<span class='break'> </span>.<span class='break'> </span>Loop</a></li>
<li><a href="../symbols/tQuery.Material.html">tQuery<span class='break'> </span>.<span class='break'> </span>Material</a></li>
<li><a href="../symbols/tQuery.Node.html">tQuery<span class='break'> </span>.<span class='break'> </span>Node</a></li>
<li><a href="../symbols/tQuery.Object3D.html">tQuery<span class='break'> </span>.<span class='break'> </span>Object3D</a></li>
<li><a href="../symbols/tQuery.Scene.html">tQuery<span class='break'> </span>.<span class='break'> </span>Scene</a></li>
</ul>
</nav>
</div>
<div class="fineprint" style="clear:both">
<footer>
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
Generated on:
<time datetime='2012-0-31' pubdate>2012-0-31 8:22</time>
</footer>
</div>
</div>
<div class="index indexStatic"></div>
<div class="content">
<div class="innerContent">
<article>
<header>
<h1 class="classTitle">
Class <span>tQuery.Scene</span>
</h1>
<div class="intro">
<p class="description summary">
include THREE.Material
</p>
<ul class="summary">
<li>Defined in: <a href="../symbols/src/js_tquery.scene.js.html">tquery.scene.js</a></li>
</ul>
</div>
</header>
<section>
<div class="props">
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class tQuery.Scene.">
<caption class="sectionTitle">Class Summary</caption>
<thead>
<tr>
<th scope="col">Constructor Attributes</th>
<th scope="col">Constructor Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription" >
<div class="fixedFont">
<b><a href="../symbols/tQuery.Scene.html#constructor">tQuery.Scene</a></b>(object)
</div>
<div class="description">Handle scene</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!--
# METHODS SUMMARY
-->
<section>
<div class="props">
<h2 class="sectionTitle">Method Summary
</h2>
<nav>
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class tQuery.Scene.">
<thead>
<tr>
<th scope="col">Method Attributes
</th>
<th scope="col">Method Name and Description
</th>
</tr>
</thead>
<tbody>
<tr
class='item0'
>
<td class="attributes">
</td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/tQuery.Scene.html#add">add
</a></b>(object3D)
</div>
<div class="description">add an object to the scene
</div>
</td>
</tr>
<tr
class='item1'
>
<td class="attributes">
</td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/tQuery.Scene.html#remove">remove
</a></b>(object3D)
</div>
<div class="description">remove an object to the scene
</div>
</td>
</tr>
</tbody>
</table>
</nav>
</div>
</section>
<!--
# EVENTS SUMMARY
-->
<!--
# CONSTRUCTOR DETAILS
-->
<section>
<div class="details props">
<div class="innerProps">
<h2 class="sectionTitle" id="constructor">
Class Detail
</h2>
<div class="fixedFont">
<b>tQuery.Scene
</b>(object)
</div>
<div class="description">
Handle scene
</div>
<dl class="detailList params">
<dt class="heading">Parameters:
</dt>
<dt>
<span class="light fixedFont">{THREE.
Material}
</span> <b>object</dt>
<dd>an instance or an array of instance
</dd>
</dl>
</div>
</div>
</section>
<!--
# FIELD DETAILS
-->
<!--
# METHOD DETAILS
-->
<section>
<div class="details props">
<div class="innerProps">
<h2 class="sectionTitle">
Method Detail
</h2>
<ul class="methodDetail" id="MethodDetail">
<li
class='item0'
>
<div class="fixedFont heading" id="add">
<span class='lighter'>
</span>
<b>add
</b>(object3D)
</div>
<div class="description">
add an object to the scene
</div>
<dl class="detailList params">
<dt class="heading">Parameters:
</dt>
<dt>
<span class="light fixedFont">{<a href="../symbols/tQuery.Object3D.html">tQuery.Object3D
</a>}
</span> <b>object3D
</b>
</dt>
<dd>to add to the scene (THREE.Object3D is accepted)
</dd>
</dl>
<div class="hr">
</div>
</li>
<li
class='item1'
>
<div class="fixedFont heading" id="remove">
<span class='lighter'>
</span>
<b>remove
</b>(object3D)
</div>
<div class="description">
remove an object to the scene
</div>
<dl class="detailList params">
<dt class="heading">Parameters:
</dt>
<dt>
<span class="light fixedFont">{<a href="../symbols/tQuery.Object3D.html">tQuery.Object3D
</a>}
</span> <b>object3D
</b>
</dt>
<dd>to add to the scene (THREE.Object3D is accepted)
</dd>
</dl>
</li>
</ul>
</div>
</div>
</section>
<!--
# EVENT DETAILS
-->
</article>
</div>
</div>
<script type="text/javascript">
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
codeview.classFilter.Init()
</script>
</body>
</html>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.