Stephen Birarda
|
602d65a71a
|
Merge pull request #10001 from birarda/cleanup-ebp
cleanup EncodeBitstreamParams to use nodeData when possible
|
2017-04-10 15:54:30 -07:00 |
|
Brad Davis
|
cd7c1643a3
|
More thread safety
|
2017-04-04 14:03:30 -07:00 |
|
Stephen Birarda
|
53e6a77fcc
|
cleanup EncodeBitstreamParams to use nodeData when possible
|
2017-03-24 13:41:36 -07:00 |
|
Stephen Birarda
|
b08bfe93f4
|
change lastViewFrustumSent to lastQuerySent
|
2017-01-18 14:58:36 -08:00 |
|
Seth Alves
|
6fe35ac0da
|
use smart pointers to avoid leaking EntityTreeElementExtraEncodeData
|
2016-12-12 16:04:41 -08:00 |
|
Andrew Meadows
|
8009d23f70
|
more STATIC_MESH and dynamic overlap prevention
|
2016-06-22 15:20:45 -07:00 |
|
Atlante45
|
38f74c1843
|
Remove the last of the glow level
|
2016-05-14 14:49:31 -07:00 |
|
Andrew Meadows
|
5ac0640cbe
|
check for time machine
|
2016-03-27 16:33:53 -07:00 |
|
Thijs Wenker
|
58539171a3
|
give particle trails a nice smooth path between frames
|
2016-02-20 22:46:19 +01:00 |
|
ericrius1
|
92f96cbb2f
|
Removed un-needed libraries from particle effect entity
|
2015-12-17 12:49:30 -08:00 |
|
ericrius1
|
5b52b5e5e7
|
Merge branch 'master' into polylineOptimizations
|
2015-12-17 11:41:34 -08:00 |
|
ericrius1
|
2aaefbcfcb
|
refactoring, adding headers
|
2015-12-17 11:32:48 -08:00 |
|
Anthony J. Thibault
|
2eecb61da5
|
Prefer erase over repeated pop_front calls
|
2015-12-16 19:08:31 -08:00 |
|
Anthony J. Thibault
|
1b08563079
|
ParticleEffectEntityItem: fix for invalid iterator increment
Was causing an assert in debug, due to calling ++ on an invalid iterator.
In release this might lead to memory corruption.
|
2015-12-16 16:56:49 -08:00 |
|
ericrius1
|
61bad36d5c
|
tweaks
|
2015-12-15 18:49:04 -08:00 |
|
ericrius1
|
d9c93130e5
|
In a state where non uniform random vals are clear
|
2015-12-15 18:02:11 -08:00 |
|
ericrius1
|
dca83a054e
|
Changed additiveBlending to emitterShouldTrail
|
2015-12-15 10:30:57 -08:00 |
|
ericrius1
|
c561a53f7c
|
Going to change additive blending to world position prop
|
2015-12-15 09:56:28 -08:00 |
|
ericrius1
|
8d691f2132
|
light ball
|
2015-12-14 11:44:42 -08:00 |
|
Atlante45
|
1d513cfbba
|
Merge branch 'master' of https://github.com/highfidelity/hifi into particle
|
2015-12-09 15:09:19 -08:00 |
|
Atlante45
|
180ffcc456
|
Typo (English is weird)
|
2015-12-03 15:01:18 -08:00 |
|
Atlante45
|
0f316e6ae1
|
Remove particles emiter bounds compute
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
e25ea122d8
|
Start moving update to shader
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
ca17c75631
|
Save one array traversal
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
230a413ec1
|
First pass at new particle shader
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
7d0a5677fa
|
More code cleanup
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
964ac5bad6
|
More cleanup
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
40e802bae7
|
Get rid of global variable for sort
Fix rhs/lhs
|
2015-11-24 11:51:56 -08:00 |
|
Atlante45
|
a71ed7b166
|
Implement particle bounds with Extents
|
2015-11-24 11:51:56 -08:00 |
|
Seth Alves
|
f013f95e9b
|
merge from upstream
|
2015-11-21 08:43:00 -08:00 |
|
David Rowe
|
b3b73e8cd1
|
Fix particle aging
|
2015-11-17 12:02:35 +13:00 |
|
ericrius1
|
31fe5fa953
|
Bump version num, use different shader for additive blending effect
|
2015-11-03 17:15:10 -08:00 |
|
ericrius1
|
0ed868077d
|
Added additive blending as option for particle effect
|
2015-11-03 10:02:51 -08:00 |
|
Seth Alves
|
61269c3ce8
|
fix up entity constructors so that setProperties isn't called during the constructor
|
2015-10-23 13:52:50 -07:00 |
|
Atlante45
|
1da68e0214
|
Fix particle bug by having lifetimes increase
|
2015-10-16 18:11:22 -07:00 |
|
Andrew Meadows
|
fa17b77d70
|
move DIRTY_FLAGS out of EntityItem namespace
|
2015-10-15 09:34:09 -07:00 |
|
Brad Hefta-Gaub
|
25481e0a25
|
Merge pull request #6038 from Atlante45/asset-drop
Asset file drop
|
2015-10-10 09:32:58 -07:00 |
|
Atlante45
|
bcd148cb87
|
Construct entity properties at definition
|
2015-10-09 12:23:19 -07:00 |
|
David Rowe
|
09e5b30c16
|
Only emit particles if isEmitting is true
|
2015-10-09 11:21:59 -07:00 |
|
Brad Hefta-Gaub
|
bb10d8a7d5
|
more work on rationalizing particle properties
|
2015-10-07 20:08:30 -07:00 |
|
David Rowe
|
131b4ed004
|
Merge branch 'master' into 20699
Conflicts:
libraries/entities/src/EntityItemProperties.cpp
libraries/entities/src/ParticleEffectEntityItem.cpp
|
2015-10-07 15:08:07 -07:00 |
|
Brad Hefta-Gaub
|
57cc7adbfe
|
standardize somethingChanged - CR feedback
|
2015-10-07 12:27:12 -07:00 |
|
David Rowe
|
4624649b1b
|
Sanitize particle properties, fix crashes
|
2015-10-07 08:57:55 -07:00 |
|
Eric Levin
|
c72c87b59c
|
Revert "QA for 20699 - Sanitize particle property values when set"
|
2015-10-05 13:35:58 -07:00 |
|
ZappoMan
|
6f86b0f550
|
particle fixes
|
2015-10-04 15:23:17 -07:00 |
|
David Rowe
|
53e85e8566
|
Tidying
|
2015-10-03 09:59:33 -07:00 |
|
David Rowe
|
510065fe5c
|
Fix particle property maxParticles not being able to be set properly
|
2015-10-03 09:16:07 -07:00 |
|
David Rowe
|
67a497cda3
|
Sanitize particle properties and their use
Excluding animationSetings because it's unused and will be removed.
|
2015-10-02 17:37:59 -07:00 |
|
Brad Hefta-Gaub
|
eb9078bda5
|
cleanup
|
2015-10-02 17:27:45 -07:00 |
|
Brad Hefta-Gaub
|
02536a5ab9
|
remove animationSettings from particles, add isEmitting
|
2015-10-02 14:17:01 -07:00 |
|