Liking cljdoc? Tell your friends :D

play-clj.g3d


animation-controllercljmacro

(animation-controller entity & options)

Returns an AnimationController.

(animation-controller model-entity)

Returns an [AnimationController](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/utils/AnimationController.html).

(animation-controller model-entity)
sourceraw docstring

animation-controller!cljmacro

(animation-controller! object k & options)

Calls a single method on an animation-controller.

Calls a single method on an `animation-controller`.
sourceraw docstring

animation-controller*clj

(animation-controller* entity)
source

attributecljmacro

(attribute type & args)

Returns a subclass of Attribute.

(attribute :color (attribute-type :color :diffuse) (color :blue))

Returns a subclass of [Attribute](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/Attribute.html).

(attribute :color (attribute-type :color :diffuse) (color :blue))
sourceraw docstring

attribute!cljmacro

(attribute! type k & options)

Calls a static method in a subclass of Attribute.

(attribute! :color :create-diffuse (color :blue))

Calls a static method in a subclass of [Attribute](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/Attribute.html).

(attribute! :color :create-diffuse (color :blue))
sourceraw docstring

attribute-typecljmacro

(attribute-type type k)

Returns a static field in a subclass of Attribute.

(attribute-type :color :diffuse)

Returns a static field in a subclass of [Attribute](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/Attribute.html).

(attribute-type :color :diffuse)
sourceraw docstring

environmentcljmacro

(environment & options)

Returns an Environment.

(environment)

Returns an [Environment](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/Environment.html).

(environment)
sourceraw docstring

environment!cljmacro

(environment! screen k & options)

Calls a single method on an environment.

Calls a single method on an `environment`.
sourceraw docstring

environment*clj

(environment*)
source

materialcljmacro

(material & options)

Returns a Material.

(material)

Returns a [Material](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/Material.html).

(material)
sourceraw docstring

material!cljmacro

(material! object k & options)

Calls a single method on a material.

Calls a single method on a `material`.
sourceraw docstring

material*clj

(material*)
source

modelcljmacro

(model & args)

Returns an entity based on ModelInstance. In addition to the listed options, you may also pass an internal path to a model object created by an external application.

; load a model from a file
(model "knight.g3dj")
; create a model from an existing model
(model (model "knight.g3dj"))
; set the position of a model
(assoc (model "knight.g3dj")
       :x 0 :y 0 :z 0)
Returns an entity based on [ModelInstance](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/ModelInstance.html).
In addition to the listed options, you may also pass an internal path to a model
object created by an external application.

    ; load a model from a file
    (model "knight.g3dj")
    ; create a model from an existing model
    (model (model "knight.g3dj"))
    ; set the position of a model
    (assoc (model "knight.g3dj")
           :x 0 :y 0 :z 0)
sourceraw docstring

model!cljmacro

(model! entity k & options)

Calls a single method on a model.

Calls a single method on a `model`.
sourceraw docstring

model*clj

(model* path)
source

model-batchcljmacro

(model-batch & options)

Returns a ModelBatch.

(model-batch)

Returns a [ModelBatch](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/ModelBatch.html).

(model-batch)
sourceraw docstring

model-batch!cljmacro

(model-batch! screen k & options)

Calls a single method on a model-batch.

Calls a single method on a `model-batch`.
sourceraw docstring

model-batch*clj

(model-batch*)
source

model-buildercljmacro

(model-builder & options)

Returns a ModelBuilder.

(model-builder)

Returns a [ModelBuilder](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g3d/utils/ModelBuilder.html).

(model-builder)
sourceraw docstring

model-builder!cljmacro

(model-builder! object k & options)

Calls a single method on a model-builder.

Calls a single method on a `model-builder`.
sourceraw docstring

model-builder*clj

(model-builder*)
source

model?clj

(model? entity)

Returns true if entity is a model.

Returns true if `entity` is a `model`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close