Jacob Merrill
Jacob Merrill
I would like to use openCV or something in PY to do inside out tracking, first step though is going to be to access the pass through video.
upbge is a open source fork of blender with an included physics simulation system. If this were integrated we could some amazing things with ragdol / euphoria type stuff
I want to start creating libs to contribute to master, however many of my systems require that I use sensors to avoid polling. I purpose callbacks for all sensor functions,...
Neat feature idea - LocalMessage( 'subject', body, radius) only message sensors inside a radius sharing a scene with the 'speaker' are alerted . [this is good for things like sounds...
I don't know if this is possible, but can vertex color support HDR? (so I can set the value greater than 1 etc?) useful for bloom scripts I believe.
dictionary node [ inputs = key ] [outputs = data, key] list node [inputs = index] [ouutputs = data, index] increment mode for math node [ inputs = value, step]...
http://www.irisa.fr/prive/kadi/Sujets_CTR/kadi/Kadi_sujet2_article_Kdtree.pdf https://www.researchgate.net/publication/228573134_Fast_kd-Tree_Construction_for_3D-Rendering_Algorithms_Like_Ray_Tracing For some time in the future- this paper is a pretty good read - I am still working through it. edit and this one
I have a method to bake textures in game, but I will need to be able to sample the color at the hitpoint of a ray. if there is no...
https://devblogs.nvidia.com/thinking-parallel-part-iii-tree-construction-gpu/ I was reading this article and it had me wondering, can we accelerate Triangle mesh- re_instancing using something like this?
[Skin_planet_noise_ditch_working_res2_save.zip](https://github.com/UPBGE/blender/files/2045984/Skin_planet_noise_ditch_working_res2_save.zip) can we accelerate this type of operation? (setting vertex pos, color and normal using a dictionary?) vdict = { index:[pos,color,normal, uv] } also can we save a quad polygon...