Skip to content

Conversation

johndpope
Copy link

dont know why doesn't work....

Copy link
Owner

@terryky terryky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there seems to be several problems.
as one example, I commented regarding maskManager

// Now renderer.device is available
const textureLoader = await TextureLoader.initialize(renderer.device);

const maskManager = new MaskManager(renderer.device, textureLoader);
Copy link
Owner

@terryky terryky Oct 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since maskManger is declared as a local value, it becomes invalid when this function exits.
it may work if you remove const keyword.

stats?.begin();

// Safe reference to maskManager
const { maskManager } = state;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

state.maskManager is undefined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants