clayjohn
|
78ecdb17f9
Unify error condition for particles trail lifetime
|
2 년 전 |
Rémi Verschelde
|
5e34a28bd7
Merge pull request #73313 from clayjohn/particles-split
|
2 년 전 |
Bastiaan Olij
|
a8ec72cf94
Move roughness limiter and sort into their own classes
|
2 년 전 |
Yuri Rubinsky
|
94831c7209
Forbid passing multiview sampler to the custom function in shaders
|
2 년 전 |
clayjohn
|
f35ca4a9c7
Properly calculate lifetime_split for particles
|
2 년 전 |
clayjohn
|
ce8a2c6dbf
Ensure that Particles have fully initialized before doing view axis pass in RD renderers
|
2 년 전 |
kobewi
|
615c517034
Use range iterators in LocalVector loops
|
2 년 전 |
Conrad H. Appel, IV
|
ad6dd38795
Fix GPUParticles2D not recomputing transforms each frame
|
2 년 전 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 년 전 |
clayjohn
|
886cae515c
Ensure that particles are processed at least once before being used
|
2 년 전 |
Rémi Verschelde
|
676f60b0cc
Merge pull request #70132 from clayjohn/RT-update
|
2 년 전 |
clayjohn
|
99a159cd9b
Transform sdf xfrom by particle emission transform when particles are in global space
|
2 년 전 |
clayjohn
|
1b330820bf
Implement render_target_was_used API so that Viewports can properly check if they have been used.
|
2 년 전 |
Yuri Rubinsky
|
56954485ed
Refactor `ShaderData` & fix the sorting of shader uniforms
|
2 년 전 |
clayjohn
|
9ce57050a5
Add GPUParticles to the OpenGL3 renderer.
|
2 년 전 |
Hugo Locurcio
|
ab7a807f2b
Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`
|
2 년 전 |
clayjohn
|
3d28cb3cd3
Correctly set number of particle dispatches when setting view axis
|
2 년 전 |
Rémi Verschelde
|
8017827144
SCons: Re-enable treating `#warning` as error with `werror`
|
2 년 전 |
Rémi Verschelde
|
ecd4ab1e14
Merge pull request #66683 from clayjohn/SRGB-canvasitem
|
2 년 전 |
Bastiaan Olij
|
ddc4ae1175
Move cluster builder, sdfgi and gi structures to clustered renderer, move light and probe elements into storage and reorganise our render_scene method.
|
3 년 전 |
clayjohn
|
06d0e56559
Default CanvasItem materials to not convert uniform colors to linear space.
|
2 년 전 |
danboo
|
eba8be6e45
Fix typo - "collison" -> "collision"
|
2 년 전 |
Rémi Verschelde
|
7ab01450cf
Fix MSVC warning C4702: unreachable code
|
2 년 전 |
Yuri Rubinsky
|
8191b3c110
Rename `uniform` to `parameter` across the engine
|
3 년 전 |
Micky
|
723bf85145
Rename ParticlesMaterial to ParticleProcessMaterial
|
3 년 전 |
Hugo Locurcio
|
db22b7ded0
Rename shader parameter uniform setter/getter methods for consistency
|
3 년 전 |
Bastiaan Olij
|
81c6f73109
Changed storage structs to private
|
3 년 전 |
Hugo Locurcio
|
4b42379c8f
Rename RenderingServer global shader uniform methods to be more explicit
|
3 년 전 |
Yuri Rubinsky
|
886c2d9681
Implement shader uniform groups/subgroups
|
3 년 전 |
reduz
|
f649678402
Clean up Shader Preprocessor
|
3 년 전 |