|
0e4e59e970
|
Remove create_mesher and _create_mesher from chunks. Mesher creating now should be handled by the world itself in _create_chunk. This makes worlds able to use different chunk mesher setups for different parts of a world. Also this cust down the amount of classes that you need to create if you are implementing a new mesher.
|
2020-10-06 19:43:49 +02:00 |
|
|
3add3daef4
|
VoxelPropJob now works.
|
2020-10-06 19:24:58 +02:00 |
|
|
989e82b332
|
Small cleanups.
|
2020-10-06 12:29:16 +02:00 |
|
|
8c06a778f2
|
Now generation works again. Also removed some stray debug prints, and small cleanups.
|
2020-10-06 00:05:06 +02:00 |
|
|
14735b8569
|
Fix running the first job.
|
2020-10-05 22:34:11 +02:00 |
|
|
08c2fc8fc1
|
More work on the logic.
|
2020-10-03 21:58:24 +02:00 |
|
|
eb1d55f05b
|
More work on the logic, and api fixes.
|
2020-10-03 17:18:43 +02:00 |
|
|
235943f7ca
|
Removed the old meshing implementation, and replaced most logic to the new one. The code compiles, but it won't work for now. Also other cleanups.
|
2020-10-02 23:47:39 +02:00 |
|
|
0db9475db1
|
Added get_current_job_index and next_job tp VoxelChunk.
|
2020-10-02 16:49:36 +02:00 |
|
|
46132202b0
|
Added generation specific process and physics process to VoxelChunk and VoxelJob.
|
2020-10-02 16:45:08 +02:00 |
|
|
43bb7dfa66
|
Add back the next_phase call into the new jobs.
|
2020-10-02 14:53:45 +02:00 |
|
|
3f04002453
|
Fix errors with bindings
|
2020-10-02 12:24:00 +02:00 |
|
|
a25862527c
|
More work on VoxelJob's api.
|
2020-10-02 12:19:24 +02:00 |
|
|
643f76f7e8
|
Also add the reset code to VoxelPropJob.
|
2020-10-01 23:51:10 +02:00 |
|
|
8ff53e4299
|
Added VoxelPropJob.
|
2020-10-01 23:43:04 +02:00 |
|
|
9cca71355f
|
Added VoxelLightJob.
|
2020-10-01 21:44:59 +02:00 |
|
|
3f23be12bc
|
VoxelTerrarinJob now has the necessary code in it as methods.
|
2020-10-01 21:31:39 +02:00 |
|
|
bf17467879
|
Clear the 2 vectors in the destructor.
|
2020-10-01 21:05:37 +02:00 |
|
|
394214b758
|
Added the meshers and liquid meshers api from VoxelChunk into VoxelTerrarinJob.
|
2020-10-01 21:01:39 +02:00 |
|
|
579e4263d0
|
Added VoxelTerrarinJob.
|
2020-10-01 20:57:42 +02:00 |
|
|
be2cd7a4b3
|
Added a vector of jobs and an api for it into VoxelChunk.
|
2020-10-01 20:49:54 +02:00 |
|
|
71f69666cd
|
Moved VoxelJob to a new folder. Also added generate_ao and generate_random_ao from voxel chunk into it.
|
2020-10-01 20:18:43 +02:00 |
|
|
6f8e54879b
|
Added channel allocation queries to VoxelChunk.
|
2020-09-05 20:06:23 +02:00 |
|
|
142809d0cb
|
Add an alternative type and isolevel to the default channels enum.
|
2020-08-21 20:02:47 +02:00 |
|
|
5938f7f783
|
Now the type and isolevel channels are customizable in the meshers.
|
2020-08-21 20:02:22 +02:00 |
|
|
5358c99646
|
Now VoxelChunkDefault supports coloring MeshDataResources that span multiple chunks.
|
2020-08-16 18:20:16 +02:00 |
|
|
d8cf2af059
|
Same change to BUILD_PHASE_MESH_DATA_RESOURCES aswell.
|
2020-08-04 15:36:03 +02:00 |
|
|
6af711322d
|
BUILD_PHASE_TERRARIN_MESH now can also distribute it's calculations onto multiple frames.
|
2020-08-04 15:30:34 +02:00 |
|
|
469927cc3b
|
Now BUILD_PHASE_COLLIDER, and BUILD_PHASE_LIGHTS can both distribute their work onto multiple frames.
|
2020-08-04 14:53:10 +02:00 |
|
|
0a4d07c582
|
The terrarin mesh setup phase can now distribute it's calculations onto multiple frames.. Also small fixes to the single threaded logic.
|
2020-08-04 14:40:40 +02:00 |
|
|
b0a888d595
|
Removed limit execution time, and made everything a simple stub when ThreadPool is not present.
|
2020-08-04 10:52:27 +02:00 |
|
|
f1bee24803
|
Set start time in execute().
|
2020-08-04 10:21:01 +02:00 |
|
|
919620031b
|
Fix compile if ThreadPool is not present.
|
2020-08-04 10:08:04 +02:00 |
|
|
10b588f576
|
Cancel the job if complete is false.
|
2020-08-04 09:51:16 +02:00 |
|
|
bf58b94a99
|
Removed the thread from VoxelChunkDefault.
|
2020-08-04 09:49:40 +02:00 |
|
|
cff203fc49
|
Now the threading is handled by ThreadPool.
|
2020-08-04 09:44:18 +02:00 |
|
|
b95f055acd
|
Add lod falloff property to VoxelWorldDefault. Also improved _update_lods().
|
2020-08-03 19:05:40 +02:00 |
|
|
768728139e
|
Fix compile for 4.0.
|
2020-07-29 00:02:42 +02:00 |
|
|
f8663879dd
|
bake_mesh_array_uv in VoxelChunk now can't index outside the image's size.
|
2020-07-20 21:21:09 +02:00 |
|
|
c9ee935af3
|
Added an add_mesh_data_resource variant to VoxelChunk, also added the apply_voxel_scale parameter to them. Also added a few transform helpers.
|
2020-07-20 01:06:34 +02:00 |
|
|
698f6083ea
|
Add MESH_DATA_RESOURCE_PRESENT around a piece of code.
|
2020-07-18 14:19:13 +02:00 |
|
|
18ad178b1e
|
Moved the create_meshers call from BUILD_PHASE_SETUP to _build. This causes it to run on the main thread. This is the first time I got a crash related to this, also the engine docs suggests that only scenetree manipulation is unsafe from threads, so this might have been caused by something else.
|
2020-07-18 13:12:29 +02:00 |
|
|
dee38b1588
|
Fix light's position, as it expects it's coordinates in voxel world data space. Will probably change this eventually.
|
2020-07-07 18:01:21 +02:00 |
|
|
5ee5b12a4e
|
Update _bake_light in VoxelChunkDefault to use the new apis.
|
2020-07-07 17:35:44 +02:00 |
|
|
eac68265c1
|
Fix transforms in add_prop.
|
2020-07-07 17:02:30 +02:00 |
|
|
b8aaaf499b
|
Implemented add_prop in VoxelWorld. (Some of the transform calculations still need to be fixed.)
|
2020-07-07 02:22:45 +02:00 |
|
|
6f7c4fbc8a
|
Removed VoxelChunkPropData, the api of VoxelWorld, and VoxelChunk now uses PropDatas directly.
|
2020-07-07 01:06:46 +02:00 |
|
|
1355c301e8
|
Update draw_debug_mdr_colliders's logic to use the new api. Also fix error spam when a mesh data doens't have a collider.
|
2020-06-30 20:28:37 +02:00 |
|
|
3190217284
|
Moved simple collider storage from VoxelChunkDefault to VoxelChunk and separated it from the mesh data resource api.
|
2020-06-30 18:55:50 +02:00 |
|
|
138614f743
|
Update MeshDataResource offsets, as now they are Transforms.
|
2020-06-30 15:24:11 +02:00 |
|