Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tech
pi_babylon
Commits
6e1ba9e9
Commit
6e1ba9e9
authored
9 months ago
by
bp0002
Browse files
Options
Download
Email Patches
Plain Diff
# fix
parent
ed96c7a0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mesh_particle/extend.ts
+2
-2
src/mesh_particle/extend.ts
with
2 additions
and
2 deletions
+2
-2
src/mesh_particle/extend.ts
+
2
-
2
View file @
6e1ba9e9
...
...
@@ -29,8 +29,8 @@ import { ETempNodeAnimationDataKey, GLTFTool } from "../gltf/base";
import
{
LoadExtraMaterial
}
from
"
../render3d/extends/material
"
;
import
{
MeshParticleSystemGeometry
}
from
"
./mesh_particle_system_geomtry
"
;
import
{
Scene
}
from
"
../render3d/scene
"
;
import
{
ExtensionTools
}
from
"
interface
"
;
import
{
StandardMaterialData
,
StandardMaterialMesh
}
from
"
material/standardmaterial
"
;
import
{
ExtensionTools
}
from
"
../
interface
/index
"
;
import
{
StandardMaterialData
,
StandardMaterialMesh
}
from
"
../
material/standardmaterial
"
;
// import { ModelObj } from "../model_obj";
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help