SkinnedGeometry constructor

SkinnedGeometry()

Implementation

SkinnedGeometry() {
  setVertexShader(baseShaderLibrary['SkinnedVertex']!);
}