ousttrue
|
ead45c9640
|
Merge pull request #759 from ousttrue/feature/gltf_export_window
Feature/gltf export window
|
2021-03-01 14:37:38 +09:00 |
|
ousttrue
|
895cf2af14
|
struct
|
2021-03-01 14:37:13 +09:00 |
|
ousttrue
|
2be9458839
|
Merge pull request #763 from ousttrue/fix/springbone_menu
restore SaveSpringBoneToJSON
|
2021-03-01 14:34:56 +09:00 |
|
ousttrue
|
736282794e
|
Merge pull request #749 from ousttrue/fix/restore_unittest
restore VRMMaterialTests.ExportTest
|
2021-03-01 14:34:45 +09:00 |
|
ousttrue
|
26a649938a
|
restore SaveSpringBoneToJSON
|
2021-02-26 21:27:43 +09:00 |
|
ousttrue
|
eaf3934b22
|
Merge pull request #761 from Kohei-Yanagida/add_keyframe_length_check_to_AnimationExporter
Check Keyframe length of AnimationCurve
|
2021-02-26 20:01:23 +09:00 |
|
Kohei-Yanagida
|
fd323fda60
|
Check Keyframe length of AnimationCurve
|
2021-02-26 19:45:24 +09:00 |
|
ousttrue
|
d96f47bd2a
|
gltfExporter.m_axisInverter
|
2021-02-26 14:35:16 +09:00 |
|
ousttrue
|
e6a167b906
|
IAxisInverter
|
2021-02-26 13:52:34 +09:00 |
|
ousttrue
|
83d759199c
|
GltfExportWindow.cs
|
2021-02-26 13:34:41 +09:00 |
|
ousttrue
|
6cf4682dd8
|
Merge pull request #755 from ousttrue/feature/glb_coordinate
gltf の読み書きで反転軸を指定できるようにする
|
2021-02-25 21:14:03 +09:00 |
|
ousttrue
|
9b4e9a23e2
|
TmpGuiEnable
|
2021-02-25 17:47:00 +09:00 |
|
ousttrue
|
761d5f454e
|
fix Animation axis
|
2021-02-25 17:40:56 +09:00 |
|
ousttrue
|
04eebeda0d
|
FixTextureNameUnique
|
2021-02-25 17:22:58 +09:00 |
|
ousttrue
|
53e9e81aac
|
s_foldTextures
|
2021-02-25 16:58:33 +09:00 |
|
ousttrue
|
c0719ecbf1
|
FixTextureAndImageNameUnique
|
2021-02-25 16:57:13 +09:00 |
|
ousttrue
|
6d690d0892
|
remove out string textureName
|
2021-02-25 16:39:29 +09:00 |
|
ousttrue
|
3f64a93457
|
throw
|
2021-02-25 13:07:37 +09:00 |
|
ousttrue
|
bf480a600d
|
AnimationClip
|
2021-02-25 12:53:30 +09:00 |
|
ousttrue
|
09c79cb8eb
|
fix ExtractTextures
|
2021-02-24 23:18:15 +09:00 |
|
ousttrue
|
471daaf5bf
|
RenameImageFromTexture
|
2021-02-24 22:14:08 +09:00 |
|
ousttrue
|
908c7ad144
|
fix TryGetExternal
|
2021-02-24 22:13:58 +09:00 |
|
ousttrue
|
f159861393
|
re throw
|
2021-02-24 22:10:27 +09:00 |
|
ousttrue
|
fab04f7eb0
|
rename NextFrameAwaitable
|
2021-02-24 22:09:52 +09:00 |
|
ousttrue
|
6d62196e74
|
MeasureTime
|
2021-02-24 21:44:35 +09:00 |
|
ousttrue
|
284ea099cb
|
fix runtime
|
2021-02-24 21:44:25 +09:00 |
|
ousttrue
|
f8ef1624e9
|
fix normal map import
|
2021-02-24 21:27:16 +09:00 |
|
ousttrue
|
b0743f2495
|
EnumerateGetTextureparam
|
2021-02-24 18:46:37 +09:00 |
|
ousttrue
|
7ceb73fbf6
|
m_reverseAxis
|
2021-02-24 18:28:25 +09:00 |
|
ousttrue
|
48c9c6ee73
|
WIP GltfScriptedImporter
|
2021-02-24 18:13:24 +09:00 |
|
ousttrue
|
edb6a50968
|
MaterialFactory manipulate ExternalObjectMap
|
2021-02-24 16:39:13 +09:00 |
|
ousttrue
|
bdadbc9f80
|
TextureFactory manipulate ExternalObjectMap
|
2021-02-24 16:02:45 +09:00 |
|
ousttrue
|
b4f71fed84
|
GltfScriptedImporter
|
2021-02-22 20:09:06 +09:00 |
|
ousttrue
|
10d17c2e13
|
AxisInverter
|
2021-02-22 16:21:47 +09:00 |
|
ousttrue
|
bd0e79d627
|
use BuildMeshAsync. remove EnableLoadBalancing
|
2021-02-22 16:01:55 +09:00 |
|
ousttrue
|
a5be5e1383
|
GltfParserの分離と、ImporterContextのインターフェース整理
使い方
* var parser = new GltfParser();
* parser.ParsePath(filePath); // ParseJson, ParseGlb 等パース系の関数
* context = new ImporterContext(parser); // parse から context を作る
* context.Load(); // もしくは LoadAsync で、Unity化する
|
2021-02-22 15:52:32 +09:00 |
|
ousttrue
|
0f85964a50
|
コード整理。デバッグ用の時間計測を分離
|
2021-02-22 14:39:30 +09:00 |
|
ousttrue
|
59129af006
|
Merge pull request #727 from ousttrue/feature10/z_plus_forward
VRM1 は、XYZ_RightUpForward_RH にする
|
2021-02-19 20:23:36 +09:00 |
|
ousttrue
|
ff19712591
|
comment
|
2021-02-19 20:15:04 +09:00 |
|
ousttrue
|
fbab0007f8
|
comment
|
2021-02-19 20:03:07 +09:00 |
|
ousttrue
|
f7f845304a
|
fix Matrix byte order
|
2021-02-19 19:55:25 +09:00 |
|
ousttrue
|
e56a012995
|
UnityEngineMatrixTest
|
2021-02-19 19:33:28 +09:00 |
|
ousttrue
|
9a651e08b4
|
fix boolean
|
2021-02-19 19:33:09 +09:00 |
|
ousttrue
|
5a067e79ce
|
fix ReverseX
|
2021-02-19 18:30:23 +09:00 |
|
ousttrue
|
f79fe433e0
|
else
|
2021-02-19 18:30:12 +09:00 |
|
ousttrue
|
c7a27fa1e9
|
Merge pull request #750 from ousttrue/feature/remove_depthfirstscheduler
Feature/remove depthfirstscheduler
|
2021-02-19 17:55:29 +09:00 |
|
ousttrue
|
758e90bcab
|
LoopAwaitable
|
2021-02-19 16:53:38 +09:00 |
|
ousttrue
|
6914df7de0
|
not Generic
|
2021-02-19 16:23:57 +09:00 |
|
ousttrue
|
fa712fc1d4
|
ファイル分割。Post
|
2021-02-19 16:09:36 +09:00 |
|
ousttrue
|
282a81e894
|
動いた
|
2021-02-19 14:30:10 +09:00 |
|