Class tQuery.Material

include THREE.Material. It inherit from tQuery.Node

Class Summary
Constructor Attributes Constructor Name and Description
 
tQuery.Material(object)
Handle material

Method Summary

Class Detail

tQuery.Material(object)
Handle material
Parameters:
{THREE.Material} object
an instance or array of instance

Method Detail

  • back(back)
    getter/setter of the back pointer
    Defined in: tquery.node.js.
    Parameters:
    {Object} back
    the value to return when .back() is called. optional
  • {Boolean} each(callback)
    loop over element
    Defined in: tquery.node.js.
    Parameters:
    {Function} callback
    the function to notify. function(element){ }. loop interrupted if it returns false
    Returns:
    {Boolean} return true if completed, false if interrupted
  • {Boolean} get(callback)
    Retrieve the elements matched by the tQuery object
    Defined in: tquery.node.js.
    Parameters:
    {Function} callback
    the function to notify. function(element){ }. loop interrupted if it returns false
    Returns:
    {Boolean} return true if completed, false if interrupted