update TextureProjection

This commit is contained in:
Nick Fisher
2025-03-28 10:01:49 +08:00
parent 289749115b
commit 54a0a0befb
2 changed files with 13 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ void main() async {
group("lights", () {
test('add/clear point light', () async {
await testHelper.withViewer((viewer) async {
await viewer.loadGlb("file://${testHelper.testDir}/assets/cube.glb");
await viewer.loadGltf("file://${testHelper.testDir}/assets/cube.glb");
var light = await viewer.addDirectLight(
DirectLight.point(intensity: 1000000, falloffRadius: 10));