Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MasterArbeit
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kai Westerkamp
MasterArbeit
Commits
3024d840
Commit
3024d840
authored
Feb 20, 2017
by
wester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gltf Paths
parent
73d1253c
Pipeline
#191
passed with stage
in 6 minutes 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
Notes.txt
Notes.txt
+9
-8
No files found.
Notes.txt
View file @
3024d840
UMaterialInterface* GLTFMeshBuilder::ToUMaterial(tinygltf::Material* Material)
{
return UMaterial::GetDefaultMaterial(MD_Surface);
}
new(StaticMesh->SourceModels) FStaticMeshSourceModel();
und Source Models ist: TArray<FStaticMeshSourceModel> SourceModels;
Aktuell nur mit inidices,
mehrfaches rumkopieren,
node struktur wid ignoriert
node transform wird direkt an die vertecies multipliziert
+nochmal am ende um die 3eck reihenfolge zu ndern
ignoriert standartes (sachen die drin sind weggelassen und anderes hinzugefgt
untersttzt nur dreiekce (stripe extra kopieren etc)
new(StaticMesh->SourceModels) FStaticMeshSourceModel();
und Source Models ist: TArray<FStaticMeshSourceModel> SourceModels;
\ No newline at end of file
Write
Preview
Markdown
is supported
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