Commit graph

456 commits

Author SHA1 Message Date
Andrzej Kapolka
03e302c508 Removed a debug statemen. 2014-11-20 17:34:37 -08:00
Andrzej Kapolka
0cc92dc87e More spanner voxelization bits. 2014-11-18 19:15:06 -08:00
Andrzej Kapolka
59fcff740b Remove remaining heightfield attribute bits. 2014-11-18 17:17:07 -08:00
Andrzej Kapolka
a0f75c990e Working on fetching/clearing heightfield chunks. 2014-11-18 17:12:47 -08:00
Andrzej Kapolka
ba50beab91 Normal fix. 2014-11-17 18:30:21 -08:00
Andrzej Kapolka
e946479b00 Working on heightfield voxelization. 2014-11-17 16:46:35 -08:00
Andrzej Kapolka
2bb01d737c Renormalization. 2014-11-17 13:19:58 -08:00
Andrzej Kapolka
683306797d Working on adjusting the range limits when we raise/lower past the original
bounds.
2014-11-17 11:43:16 -08:00
Andrzej Kapolka
f192f2428e Height painting. 2014-11-14 18:06:38 -08:00
Andrzej Kapolka
bba042e823 Heightfield material paint bits. 2014-11-14 16:52:29 -08:00
Andrzej Kapolka
b879471a4b Cursor rendering on spanners. 2014-11-13 20:55:36 -08:00
Andrzej Kapolka
b2ac33db16 Ray tests for heightfield spanners. 2014-11-13 19:53:16 -08:00
Andrzej Kapolka
75e1cf8a7b Migrate getHeightfieldHeight to spanner heightfields. 2014-11-13 18:00:25 -08:00
Andrzej Kapolka
dd87a45211 Fix for server saving, use Paeth filter before compressing heightfield data. 2014-11-13 16:11:48 -08:00
Andrzej Kapolka
110cf93cc4 Basic encoding/decoding up and running again. 2014-11-12 19:27:25 -08:00
Andrzej Kapolka
d05bb49a74 Yet more heightfield spanner bits. 2014-11-12 15:40:54 -08:00
Andrzej Kapolka
16bf2a3ad3 More chipping away at heightfield spanners. 2014-11-11 15:37:15 -08:00
Andrzej Kapolka
caef237376 More work on spannerizing heightfields. 2014-11-11 14:40:05 -08:00
Andrzej Kapolka
b94dab0e8f More work on heightfield spanners. 2014-11-10 18:06:38 -08:00
Andrzej Kapolka
0664ff3181 Moved spanners into separate file, working on heightfields as spanners. 2014-11-10 15:51:41 -08:00
Andrzej Kapolka
536d6287bd Added merged flag to Spanner. 2014-11-10 11:44:42 -08:00
Andrzej Kapolka
e08a0144c2 Cleanup on aisle three! Removed the color/normal/voxelized spanner bits, as
well as the throbbing/scripted guides and the notion of spanner masking.
2014-11-06 19:15:43 -08:00
Andrzej Kapolka
2314ab3624 Removed unused variable, fixed painting materials on heightfields with greater
resolution.
2014-10-30 18:05:40 -07:00
Andrzej Kapolka
fd12c7a0d7 One more piece of the resolution puzzle. 2014-10-30 16:52:19 -07:00
Andrzej Kapolka
37569dadd5 More resolution bits. 2014-10-29 13:00:32 -07:00
Andrzej Kapolka
d28da9250f More progress towards allowing different resolutions for height and color,
material, etc.
2014-10-28 18:31:34 -07:00
Andrzej Kapolka
4ab90ce49c Avoid killing the updater twice. 2014-10-27 15:04:03 -07:00
Andrzej Kapolka
15f8b3006b Remove debugging, fix streaming bug. 2014-10-27 14:45:34 -07:00
Andrzej Kapolka
5af52df558 Put some debugging in to track down a streaming crash. 2014-10-27 12:11:07 -07:00
Andrzej Kapolka
27d9de0cba More gradual improvements to heightfield voxelization. 2014-10-23 16:01:51 -07:00
Andrzej Kapolka
ef0a400dcb Fix for clearing empty nodes. 2014-10-23 13:37:11 -07:00
Andrzej Kapolka
631419d23c Tweaks to heightfield conversion. 2014-10-22 18:22:21 -07:00
Andrzej Kapolka
271c01ad03 Fix for digging into converted heightfields. 2014-10-22 17:44:56 -07:00
Andrzej Kapolka
e69bc22222 Fix for streaming crash. 2014-10-22 12:56:55 -07:00
Andrzej Kapolka
bd4738d2c2 Reliable delta fix. 2014-10-21 15:48:53 -07:00
Andrzej Kapolka
45fb31cd08 Basic network simulation for metavoxels. 2014-10-20 18:43:41 -07:00
Andrzej Kapolka
d64b43693d Networking fix. 2014-10-20 15:33:46 -07:00
Andrzej Kapolka
e586b6e29b Remove nodes with no opaque elements. 2014-10-20 12:27:49 -07:00
Andrzej Kapolka
662189159d Fix for Xcode warning. 2014-10-20 12:09:33 -07:00
Andrzej Kapolka
1e6aee1872 Basic heightfield conversion. 2014-10-17 15:23:54 -07:00
Andrzej Kapolka
131486c8f7 More progress on voxelizing heightfields. 2014-10-16 18:53:42 -07:00
Andrzej Kapolka
459b9aba38 Gradual progress on converting heightfield portions to dual contour data. 2014-10-16 13:05:38 -07:00
Andrzej Kapolka
2a08755123 Clear terrain under dual contour surface edit. 2014-10-15 15:06:43 -07:00
Andrzej Kapolka
fcbdf04c19 Apply alpha restrictions when we apply the edit. 2014-10-13 16:01:38 -07:00
Andrzej Kapolka
60576bdcbd Basic metavoxel scripting bits. 2014-10-13 15:05:16 -07:00
Andrzej Kapolka
60da0f1567 Allow drawing cursor on dual contour surface, wired up material paint tool. 2014-10-10 17:18:52 -07:00
Andrzej Kapolka
f69184d8cb Adjustment of threshold multiplier for metavoxels. 2014-10-09 14:22:22 -07:00
Andrzej Kapolka
df49bf8dda Substantial betterification of Hermite data averaging. 2014-10-09 14:04:51 -07:00
Andrzej Kapolka
b5b82ed387 Provide the option to display lower detail metavoxel data as points. 2014-10-08 14:05:14 -07:00
Andrzej Kapolka
04b628bede Added option to display Hermite data 2014-10-07 16:44:55 -07:00