forked from LeenkxTeam/LNXSDK
moisesjpelaez - Add particles random size
This commit is contained in:
parent
878ce14254
commit
47d913ab64
@ -209,7 +209,8 @@ def make_instancing_and_skinning(mat: Material, mat_users: Dict[Material, List[O
|
||||
global_elems.append({'name': 'ipos', 'data': 'float3'})
|
||||
if 'Rot' in inst:
|
||||
global_elems.append({'name': 'irot', 'data': 'float3'})
|
||||
if 'Scale' in inst:
|
||||
#HACK: checking `mat.arm_particle_flag` to force appending 'iscl' to the particle's vertex shader
|
||||
if 'Scale' in inst or mat.arm_particle_flag:
|
||||
global_elems.append({'name': 'iscl', 'data': 'float3'})
|
||||
|
||||
elif inst == 'Off':
|
||||
|
Loading…
x
Reference in New Issue
Block a user