Quantcast
Channel: Bugs Latest Topics
Viewing all articles
Browse latest Browse all 760

Lastest Alpha has TransformNode Error

$
0
0

Just an FYI to whoever :)

I get this error for my components using AbstractMesh:

Assets/[App]/babylon.scenecomponents.ts(469,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
  Property '_facetPositions' is missing in type 'TransformNode'.
Assets/[App]/babylon.scenecomponents.ts(471,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
Assets/[App]/babylon.scenecomponents.ts(473,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
Assets/[App]/babylon.scenecomponents.ts(475,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
Assets/[App]/babylon.scenecomponents.ts(477,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
Assets/[App]/babylon.scenecomponents.ts(479,21): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.
Assets/[App]/babylon.scenecomponents.ts(490,17): error TS2322: Type 'TransformNode' is not assignable to type 'AbstractMesh'.

I dont reference any TransformNode so it MUST be some internal Change to the AbstractMesh class


Viewing all articles
Browse latest Browse all 760

Trending Articles