正在加载视频...

视频加载失败

GOHAN vs BROLY || Dragon Ball Fan Animation (full) All Animation/Backgrounds/Rendering/Sound design is done by me 4K Version: #indie_anime #movie #dragonball #ドラゴンボール #2danimation #broly #gohan #dragonballfananimation #dragonballfanart

11 条评论

Moralé Eval 的头像
Moralé Eval1 年前

This is so sick, I love the sound design (Undefeatable is one of my favorite Sonic songs too hell yeah)

MOCHI 岡野朱美 的头像
MOCHI 岡野朱美1 年前

Thank you! I saw an edit that was like "Undefeatable goes with everything" and I was like "bet". Thank you for watching!

con 的头像
con1 年前

This goes hard af

MOCHI 岡野朱美 的头像
MOCHI 岡野朱美1 年前

Thank you for watching!

AndaSeat 的头像
AndaSeat1 年前

🐉 Fun fact: Every dragon scale on our FlyQuest Edition tells a story! Our designers integrated dragon elements into: 🔥 Pop-out lumbar panels (like dragon's breath!) 🔥 Side wing patterns (dragon wings, anyone?) 🔥 Custom jersey-inspired stitching 🔥 High-contrast team colors that never fade Ready to become a legend? 🎊 Surprise unlocked: $20 off AndaSeat for a limited time starting today! #FlyQuest #DragonSpirit #ESports #GamingChair #LimitedEdition

WhereDaTeamAt 的头像
WhereDaTeamAt1 年前

❤️‍🔥

BLANK. 的头像
BLANK.1 年前

Lord this is absolutely amazing!!!

MOCHI 岡野朱美 的头像
MOCHI 岡野朱美1 年前

Thank you!!!

栗つ (一栗) 的头像
栗つ (一栗)1 年前

This is amazing!

MOCHI 岡野朱美 的头像
MOCHI 岡野朱美1 年前

Thank you so much!

Amir 的头像
Amir1 年前

goated

相关视频

So, I'm just just going to go ahead and say what a lot of people are already thinking about or are already in agreement with (due to their own first-hand experiences) in saying that, ever since the unfortunate passing of the late Akira Toriyama, the torch of his memory which SHOULD’VE been handled with honor, now feels like it has been dropped by the very company who was entrusted with preserving his legacy. I love Dragon Ball. I have been a fan of this franchise for over 25 years. I have poured my time, my money and a large part of my life into this franchise. Dragon Ball has given me more than I could possibly begin to express or put into words. My passion and my love for Dragon Ball is real. But to me, I think that the heads of the Dragon Ball IP and the executives who call the shots have done nothing but stagnate this franchise into the void because within recent years, they have done nothing provide us with a clear and transparent roadmap to look forward to. There have been no new updates or developments leading up to the return of the Dragon Ball Super Manga and the next major arc to unfold within it. Which speaking of “New DBS Arcs”, they introduced Black Frieza for the very first time (from literally out of nowhere, mind you) which happened 3 YEARS AGO, in watching him close out the Granolah Arc, only to NEVER BE SEEN or heard from by anyone, ever again with the exception of cover art. The Dragon Ball Super Anime was abandoned in March 2018 (Yes, abandoned - don’t try and insulate otherwise). Dragon Ball Daima ended (with the English dub ending soon). The Super Dragon Ball Heroes Anime and Manga were both shit-canned and have ended. Dragon Ball Super: Super Hero was 3 years ago. Dragon Ball Super: Broly was almost 7 years ago. Battle of Gods and Resurrection F are both 10+ years old. The games are currently carrying the IP forward, but to what extent? The list goes on. And You know EXACTLY what I’m talking about as well because everyone has felt it and everyone can see it. The company behind this franchise and the figureheads who sit in charge of having to oversee it, are clueless, indecisive and directionless. There are NO EXCUSES behind their inconsistency, no matter how badly someone tries to tell you otherwise. I love Dragon Ball, and I'm pretty certain that YOU do as well. Dragon Ball deserves so much better. The fans deserve so much better. And Akira Toriyama’s legacy deserves to be highlighted for what it’s done and for what it’s grown into, and not simply kept frozen within corporate indecision, incompetence and greed. Just my two cents on the matter.

UnrealEntGaming

16,063 次观看 • 1 年前

Want to create an avatar from a single image? FlexAvatar is a transformer model that creates full 360°, high-quality, and expressive 3D head avatar from just a single portrait image in minutes. Real-time Demo: FlexAvatar's lightweight architecture allows both animation and rendering in real-time, enabling interactive user experiences. To create a new 3D head avatar, only one image is required, e.g., from a webcam. The final avatar is ready after 2 minutes. Architecture: Under the hood, FlexAvatar adopts a transformer-based encoder-decoder design. The encoder maps the input image onto a latent avatar space, while the decoder produces 3D Gaussian attribute maps by incorporating the animation signal via cross-attention. The model learns all facial animations directly from the data without relying on pre-built 3D face models. This equips the avatars with realistic facial expressions. The internal avatar latent space can be conveniently used to integrate additional observations of a person via fitting. This enables use-cases where more than one image of a person is available, e.g., from a phone scan of the person. We train jointly on 2D monocular videos and multi-view data. However, in monocular videos, the animation signal leaks the target viewpoint, causing the model to produce incomplete 3D heads. We call this phenomenon entanglement of driving signal and target viewpoint. To prevent entanglement, we introduce bias sinks. These are learnable tokens that indicate whether a training sample stems from a monocular or a multi-view dataset. During training, the model learns to produce incomplete 3D heads only when the monocular token is present. During inference, FlexAvatar then always uses the multi-view token for which the model has learned to produce complete 3D heads. This simple design allows to combine the generalizability from monocular data with the quality of multi-view data. FlexAvatar summary: - Input: Single-image, phone scan, or monocular video - Output: Full 360° head avatar - Expressive animations - Real-time rendering and animation - Generalization to any portrait - Create a new avatar in 2 minutes - Use bias sinks to combine 2D and 3D data 🏠 🌍 🎥 Great work by Tobias Kirschstein and Simon Giebenhain!

Matthias Niessner

96,186 次观看 • 7 个月前

I built a Three.js rendering study inspired by Tiny Glade’s painterly aesthetic, and got it running at 120fps in the browser. Over the past few weeks, I’ve been studying how stylized games achieve that soft, handcrafted look in real time. Tiny Glade was a huge inspiration, and I wanted to use the browser as a constraint: no compute shaders, no native GPU access, and single-threaded JavaScript. As part of this study, I implemented: - GPU-driven instanced brick walls with procedural noise jitter and elastic build animations - Tree, bush, and flower rendering with billboard card expansion, wind sway, and grow animations - Procedural grass with terrain conformance and interactive push deformation - Animated water with layered noise, interactive ripples, and Fresnel-based reflections - Procedural terrain with slope-aware triplanar materials, dirt paths, and rocks - A 7-pass post-processing stack with TAA, bloom, depth of field, painterly filtering, ACES tonemapping, 3D LUT color grading, and film grain The hardest part wasn’t writing any single shader. It was making all of these systems work together at high frame rates inside WebGL, where every millisecond counts and performance problems compound quickly across animation, materials, post-processing, and scene management. Some techniques in this study were inspired by analyzing Tiny Glade’s rendering approach, while others were original implementations built from scratch from visual reference. That contrast taught me a lot: recreating an effect is one challenge, but designing your own shaders and systems to achieve a similar feel is a very different one. This is a private educational rendering study. Some temporary placeholder content is being used during the research phase, and any public or production version would use original or properly licensed assets. Huge credit to Pounce Light for the incredible art direction and rendering work in Tiny Glade: Three.js #gamedev #webgl #threejs #rendering #graphics #realtimerendering #shaderdev

Ibrahim Boona

58,625 次观看 • 4 个月前