Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shaderlab pbr support refraction #2470

Merged
merged 44 commits into from
Dec 27, 2024

feat: shaderlab pbr support refraction

dd09252
Select commit
Loading
Failed to load commit list.
Merged

shaderlab pbr support refraction #2470

feat: shaderlab pbr support refraction
dd09252
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 18, 2024 in 1s

50.50% of diff hit (target 67.66%)

View this Pull Request on Codecov

50.50% of diff hit (target 67.66%)

Annotations

Check warning on line 305 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L304-L305

Added lines #L304 - L305 were not covered by tests

Check warning on line 316 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L308-L316

Added lines #L308 - L316 were not covered by tests

Check warning on line 324 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L323-L324

Added lines #L323 - L324 were not covered by tests

Check warning on line 333 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L327-L333

Added lines #L327 - L333 were not covered by tests

Check warning on line 341 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L340-L341

Added lines #L340 - L341 were not covered by tests

Check warning on line 350 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L344-L350

Added lines #L344 - L350 were not covered by tests

Check warning on line 358 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L357-L358

Added lines #L357 - L358 were not covered by tests

Check warning on line 365 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L361-L365

Added lines #L361 - L365 were not covered by tests

Check warning on line 373 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L372-L373

Added lines #L372 - L373 were not covered by tests

Check warning on line 380 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L376-L380

Added lines #L376 - L380 were not covered by tests

Check warning on line 388 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L387-L388

Added lines #L387 - L388 were not covered by tests

Check warning on line 398 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L391-L398

Added lines #L391 - L398 were not covered by tests

Check warning on line 406 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L405-L406

Added lines #L405 - L406 were not covered by tests

Check warning on line 415 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L409-L415

Added lines #L409 - L415 were not covered by tests

Check warning on line 454 in packages/core/src/material/PBRMaterial.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L453-L454

Added lines #L453 - L454 were not covered by tests

Check warning on line 22 in packages/loader/src/gltf/extensions/KHR_materials_transmission.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/loader/src/gltf/extensions/KHR_materials_transmission.ts#L11-L22

Added lines #L11 - L22 were not covered by tests

Check warning on line 33 in packages/loader/src/gltf/extensions/KHR_materials_volume.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/loader/src/gltf/extensions/KHR_materials_volume.ts#L12-L33

Added lines #L12 - L33 were not covered by tests