Jeremy Hu
026059960f
Fix preferences color reset
2019-06-07 06:41:55 +09:30
Jeremy Hu
54b5a9ef5e
Fix one frame pose duration issue in motion editor
...
This commit also remove height above ground settings.
2019-06-06 23:48:48 +09:30
Jeremy Hu
0cb574b6ea
Fix user defined cut face flipped normal
2019-06-05 21:52:34 +09:30
Jeremy Hu
93a01fa2c3
Update shader light setting
2019-06-02 14:26:57 +09:30
Jeremy Hu
1bb14a82a6
Fix PBR material texture glitches
2019-06-02 10:48:03 +09:30
Jeremy Hu
292d2ce507
Add none endpoint cut face (ring)
2019-06-01 23:45:57 +09:30
Jeremy Hu
4ab76b1d76
Add preferences setting and change the behavior of shift key on scale radius
2019-06-01 22:42:53 +09:30
Jeremy Hu
7eef3f9455
Add back the smooth shading toggle menu
...
As @Toshiwoz suggested, there is still a need for flat shading.
2019-05-30 19:58:55 +09:30
Jeremy Hu
d692083e30
Fix links
2019-05-29 00:03:10 +09:30
Jeremy Hu
63d32781c1
Fix branch wrapping #32
...
In this commit, the wrapping algorithm consider the position of neighbor's neighbor, so the cut normal of branch nodes would looks more natural. This commit also fix the radius calculation of the branch face.
Thanks @KeepFenDou for pointing out this issue.
2019-05-28 23:49:50 +09:30
Jeremy Hu
7c068466e8
Update download link to 1.0.0-beta.17
2019-05-26 13:09:04 +09:30
Jeremy Hu
938b6d5d6f
Add color solubility setting
...
If one part configured color solubility, the generated color texture seam between the neighbor parts will be gradient filled using this part's color with the specified solubility.
Demo: https://twitter.com/jeremyhu2016/status/1132159910815227904
2019-05-26 08:54:24 +09:30
Jeremy Hu
bb19489ee1
Add base plane constrain settings
...
Mesh layout and thickness adjustment are depend on base plane calculation. In this build, the base plane calculation could be limited to front plane, side plane, and so on, compare to without any limitation in previous implementation.
2019-05-20 23:08:01 +09:30
Jeremy Hu
b09df89da2
Fix build
2019-05-19 13:08:20 +09:30
Jeremy Hu
8f5368a43f
Add user defined cut face
...
Extruding shape is totally customizable now, it's not limit to predefined shapes.
2019-05-19 12:51:38 +09:30
Jeremy Hu
fc341986c0
Fix texture glitchs
2019-05-12 17:45:07 +09:30
Jeremy Hu
5baf139cb6
Add "Uncombined" mode
...
Uncombined mode could be used to avoid generation of trivial triangles. However, the result will be none-watertight if there is an uncombined mode component.
2019-05-11 21:31:13 +09:30
Jeremy Hu
d121632a98
Fix triangle extruding face center position.
2019-05-05 22:58:22 +09:30
Jeremy Hu
fcfe51a28a
Support customizable extruding face: Quad, Pentagon, Hexagon, and Triangle
2019-05-05 22:19:26 +09:30
Jeremy Hu
ee767efe39
Update more examples section of README
2019-04-20 11:52:39 +09:30
Jeremy Hu
f37cfc008a
Update new tutorial to README
2019-04-19 20:35:12 +09:30
Jeremy Hu
dee2d8dc8d
Update download page
2019-04-06 23:30:21 +09:30
Jeremy Hu
266780f158
Update README.md
2019-04-06 22:58:49 +09:30
Jeremy Hu
2b6b55af13
Update python client example of Remote IO
2019-04-04 07:57:29 +09:30
Jeremy Hu
0a6736b9d2
Change RemoteIo bind ip from local host to any
...
This would allow other software to contact with Dust3D without limit on the same machine, however, the user still need to enable it by command line "-remoteio".
2019-03-31 09:57:18 +09:30
Jeremy Hu
ea63a5ecd0
Fix missing library on windows
2019-03-31 06:45:52 +09:30
Jeremy Hu
e8c654bd79
Update README to show downloads
2019-03-23 08:01:37 +09:30
Jeremy Hu
ebf16eeb1a
Update Remote IO document
2019-03-23 07:44:02 +09:30
Jeremy Hu
278ac68ea6
Add Remote IO protocol specification
...
To enable Remote IO, run Dust3D with command line options: -remoteio
See details: http://docs.dust3d.org/en/latest/remote_io_protocol.html
2019-03-23 00:03:17 +09:30
Jeremy Hu
b8c3557d9c
Implement more commands for Remote IO (2)
2019-03-20 20:34:37 +09:30
Jeremy Hu
56312d0034
Implement more commands for Remote IO
2019-03-18 08:34:37 +09:30
Jeremy Hu
283df87c51
Implement notification of Remote IO
2019-03-17 23:34:12 +09:30
Jeremy Hu
ceeccc7211
Start implementation of Remote IO
...
Finished server creation, implemented two commands: listwindow, selectwindow
Ideally, all the UI should be possible manipulated by remote IO, a local TCP/IP connection, this could be useful to make a VR front end for Dust3D.
2019-03-17 15:53:39 +09:30
Jeremy Hu
a1249f5fcb
Fix material preview.
2019-03-16 15:32:45 +09:30
Jeremy Hu
7677a404e6
Update download link to 1.0.0-beta.16
2019-03-10 12:58:20 +09:30
Jeremy Hu
bc3109def9
Prepare 1.0.0-beta.16
2019-03-10 11:26:54 +09:30
Jeremy Hu
e2f829d3ce
Make chamfer tool as a separate tool
...
Remove cut template customiziation.
2019-03-10 07:40:39 +09:30
Jeremy Hu
69b371adb9
Fix base normal
2019-03-09 23:30:19 +09:30
Jeremy Hu
4ac83a9626
Speed up mesh generating
...
Use CGAL inexact kernel for mesh combination.
2019-03-08 23:26:01 +09:30
Jeremy Hu
8f5bbfd758
Fix crash on linux
2019-03-08 20:25:24 +09:30
Jeremy Hu
499c3f439a
Use CGAL triangulation
...
Replace triangulation algorithm with CGAL triangulate_faces, the quality of generated mesh improved a lot.
This commit also reduced max uv packer times.
2019-03-07 22:43:41 +09:30
Jeremy Hu
fe3ad48fb1
Update download link
2019-03-04 08:31:16 +09:30
Jeremy Hu
7bcf00d471
Upgrade CGAL 4.11.1 to 4.13
2019-03-03 18:22:18 +09:30
huxingyi
2d841fb58b
Fix build on ubuntu
2019-03-03 14:44:48 +08:00
Jeremy Hu
26353d530a
Support onion skin in pose editor
...
Also add more buttons to speed up the pose editing.
Thanks @Toshiwoz for proposing this feature.
2019-03-03 09:35:13 +09:30
Jeremy Hu
8c0156bc7a
Add example model: Bob
...
Add menu item "Open Example", open a default example model, called "bob.ds3".
Thanks to reddit user(bvanevery) for proposing this feature.
2019-03-01 22:34:46 +09:30
Jeremy Hu
e198853674
Update download link to 1.0.0-beta.15
2019-02-28 19:00:54 +09:30
Jeremy Hu
ae32a4693b
Remove comments.
2019-02-27 23:08:39 +09:30
Jeremy Hu
cbaccb0116
Add cut face chamfer tool.
2019-02-27 22:29:03 +09:30
Jeremy Hu
86978d0ac3
Add new cut face type: triangle
2019-02-27 08:25:29 +09:30