3D Carousel Animation in After Effects - After Effects professional Tutorial - No Plugins - በነፃ ተማሩ

3D Carousel Animation in After Effects - After Effects professional Tutorial - No Plugins - በነፃ ተማሩ

Carousel Animation in After Effects Controller, Slider, radius, count, rotation, scale, Camera, Active camera, Render Queue, Align Layers በርከት ያሉ ቲቶሪያሎችን በዚህ ቻናል የሚያገኙ ሲሆን እናንተን ለማስተማርና እውቀት ለማስጨበጥ በጥልቅ ትንታኔ የቀረቡ ናቸው፡፡ አውቀትን በነፃ ለማግኘት የዚህን ቻናል ቲቶሪያሎች ይከታተሉ፡፡ Position radius = Math.round(thisComp.layer("controller").effect("radius")("Slider")); layerCount = Math.round(thisComp.layer("controller").effect("count")("Slider")); indexOffset = index - 1; roat = thisComp.layer("controller").effect("rotation")("Slider"); angle = 360 / layerCount; theta = degreesToRadians(indexOffset * angle + roat); x = Math.sin(theta) * radius; z = Math.cos(theta) * radius; [value[0] + x, value[1], value[2] + z] Rotation camPos = thisComp.activeCamera.toWorld([0,0,0]); myPos = toWorld(anchorPoint); delta = camPos - myPos; radiansToDegrees(Math.atan2(-delta[0], -delta[2]))