-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Wonder-Technology/dev
Dev
- Loading branch information
Showing
120 changed files
with
1,491 additions
and
1,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
lib/js/src/construct/application_layer/statistic/TimeApService.bs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
'use strict'; | ||
|
||
var TimeDoService$Wonderjs = require("../../domain_layer/domain/statistic/time/service/TimeDoService.bs.js"); | ||
|
||
var start = TimeDoService$Wonderjs.start; | ||
|
||
exports.start = start; | ||
/* No side effect */ |
8 changes: 8 additions & 0 deletions
8
lib/js/src/construct/application_layer/webgpu/WebGPUCoreApService.bs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
'use strict'; | ||
|
||
var LoadWebGPUDoService$Wonderjs = require("../../domain_layer/domain/webgpu/core/service/LoadWebGPUDoService.bs.js"); | ||
|
||
var load = LoadWebGPUDoService$Wonderjs.load; | ||
|
||
exports.load = load; | ||
/* LoadWebGPUDoService-Wonderjs Not a pure module */ |
8 changes: 8 additions & 0 deletions
8
lib/js/src/construct/application_layer/webgpu/WebGPURayTracingApService.bs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
'use strict'; | ||
|
||
var BuildAccerlerationContainerDoService$Wonderjs = require("../../domain_layer/domain/webgpu/ray_tracing/service/BuildAccerlerationContainerDoService.bs.js"); | ||
|
||
var buildContainers = BuildAccerlerationContainerDoService$Wonderjs.buildContainers; | ||
|
||
exports.buildContainers = buildContainers; | ||
/* No side effect */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...domain_layer/domain/scene/scene_graph/service/geometry/CreatePlaneGeometryDoService.bs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
'use strict'; | ||
|
||
var CreateDefaultGeometryDoService$Wonderjs = require("./CreateDefaultGeometryDoService.bs.js"); | ||
|
||
function create(param) { | ||
var vertices = [ | ||
1.0, | ||
0.0, | ||
-1.0, | ||
1.0, | ||
0.0, | ||
1.0, | ||
-1.0, | ||
0.0, | ||
1.0, | ||
-1.0, | ||
0.0, | ||
-1.0 | ||
]; | ||
var normals = [ | ||
0.0, | ||
1.0, | ||
0.0, | ||
0.0, | ||
1.0, | ||
0.0, | ||
0.0, | ||
1.0, | ||
0.0, | ||
0.0, | ||
1.0, | ||
0.0 | ||
]; | ||
var indices = [ | ||
2, | ||
1, | ||
0, | ||
0, | ||
3, | ||
2 | ||
]; | ||
return CreateDefaultGeometryDoService$Wonderjs.create([ | ||
vertices, | ||
normals, | ||
indices | ||
]); | ||
} | ||
|
||
exports.create = create; | ||
/* No side effect */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.