Package com.hbm_m.client.loader.dae


package com.hbm_m.client.loader.dae
  • Class
    Description
    A named animation clip: a set of curves targeting node transforms.
    A single animation curve: a list of (time, value) keyframes sampled from a COLLADA sampler source.
    Triangle soup parsed from a single COLLADA geometry element, fully tessellated.
    A COLLADA (.dae) model parsed from a resource: geometry, the visual scene node tree, material -> texture resolution and animation clips.
    Thrown when a COLLADA file cannot be parsed or is missing required data.
     
    A COLLADA scene node.
    Bakes DAE scene meshes into block-atlas BakedQuads.
    A single transform primitive of a COLLADA node, preserving the document order in which the transforms were declared.
     
    Opens resources from the client resource manager.