I have used the « *May be one day » formula for all of my life. For Arts, since I was 10. The truth is, I never could make a decision on which Art to choose and Iâm still unable to make this choice today. I believe I must have been granted, initially, some sort of âsenseâ and âfeelingâ for all Arts. So of course, being nothing more than a regular human, I decided to study Banking and Accounting!? Of course, I hated it (no shit;). Got my diploma on the very fine edge without any form of implication and an already high level of disgust), immediately switched to Marketing and⊠I hated it. Was next called into the newborn digital arts for the printing industry, because of my skills and inclination to use computer arts, and⊠I loved it. And in the end, spent 15 years on it.
But at this time, I also realized that a âgraphic designerâ or a âdigital designerâ or âart- or creative director in digital arts) does not make âArtâ. Thatâs the first thing I also immediately started to tell the novices once I became âHead of graphic designâ: Here, we make #Commerce and #Com; We do not make Art.
But then, I also realized that with this BG and this role, and with a sense and a basic to intermediate knowledge of all or most Arts, you can actually âexpress yourselfâ quite a little - Well, you would just need to remove the dimension of âyourselfâ You are dedicated and you will have to do within the scope of #Commerce and #Com and within the limits of the best form of expression for your clientâs #Culture.
Pros and Cons; We all need to weighâem out and choose/select a path. At least for a time.
So, Yes, as I say âMay,be one dayâ ( in my next life), I will choose to become⊠an Artist.
Note 1: I believe I am (one of the good guys), or at least Iâm trying to. And itâs not always easy, is it?
Note 2: I didnât notice the âbanâ part. I simply accounted your request. What would we be if we wouldnât do just that (without further questions)? Iâm also sorry if my writing (objective and neutral as can be) somehow triggered something in you. I might not always select the best words and english is also not my language. We have to be very careful with words these days, donât we?
Have a beautiful day,
Create a dynamic menu structure. You can drag the planes. Didnât find out to hold the guys in a fixed z positionâŠ
light.intensity = 0.5 + Math.random() * 0.05;
why?)
Simulating a candle light.
In addition to light intensity changes to simulate the illusion of ambient lighting it is possible to use slight color changes (in a given color range) in all your lights in the scene.
you mean like the color changing in this example?
Do you have an example at hand in this moment. Itâs curently not important to have.
I canât find an example about camera slowly moving when user just move its mouse, like in the Wall Game demo
I tried something here but Iâm far from success and donât get what maths are neededâŠ
https://playground.babylonjs.com/#H2FTZW#14
So cool, thanks!
Example of Asset container switching with animations onAnimationEnd
- https://playground.babylonjs.com/#1GMTDN#11
Nice for different effects.
âSee throughâ shader with NME.
Originial tweet:
Playground :
NME :
This maybe be useful, for example, to hide the water shader inside a floating boat, right?
yes, or hide geometry in front of the character for platform games.
Tree Generator
Does someone knows a method to create a volume out of a point cloud?
Found delaunay triangulation to solve this problem:
This library could be helpfulâŠ
I have used earcut to triangulate an obj quad mesh, itâs not perfect as itâs still missing some indices. This only happens on larger mesh. I guess if I chunk them, I will solve that problem. But hereâs a Delaunay implementation with threejs