Kuesa Runtime

MorphController QML Type

Kuesa::MorphController allows to control the morph target weights of an entity. Though the glTF 2.0 specifications do not impose a limit on the number of weights, we have limited it to 8. More...

Since: Kuesa 1.1
Instantiates: MorphController

Properties

Detailed Description

The weight values are set to 0.0f by default.

Note: Given this class subclasses Render.ShaderData, its properties can be exposed as uniforms to a material.

Property Documentation

count : int

Holds the actual number of weights being handled by the MorphController.


weight0 : real

Specifies the weight value at index 0.


weight1 : real

Specifies the weight value at index 1.


weight2 : real

Specifies the weight value at index 2.


weight3 : real

Specifies the weight value at index 3.


weight4 : real

Specifies the weight value at index 4.


weight5 : real

Specifies the weight value at index 5.


weight6 : real

Specifies the weight value at index 6.


weight7 : real

Specifies the weight value at index 7.