00:00
00:00
Newgrounds Background Image Theme

ada242 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Medical Robot Generation 1 (lowpoly)

Share

Wanted to make a model of a sprite character I designed years ago, feedback welcome!

Log in / sign up to vote & review!

The sprite turning around with the model is so cool! How did you do that?

NeoValo responds:

I essentially used a sprite billboard, like the trees in mario 64. Blockbench doesnt inherently support that but you can sorta fake it if you apply code in the rotation values during an animation. Assign your texture to an upright plane, then in your animation add rotation keyframe, but instead of an x,y,z value, plugin like this:

X=query.camera_rotation(0)
Y=query.camera_rotation(1)
Z=0

It should force the plane to face the camera no matter how you rotate the view. It has some limitation, if you also normally rotate the plane then the billboarding breaks, but can be useful for some models, like for instance its how I made the space helmet bubble for my orbit woman model.

AMAZING :D!

Low poly, high talent!

Credits & Info

Artist
Views
569
Faves:
38
Votes
56
Score
4.87 / 5.00

Uploaded
May 11, 2023
11:58 AM EDT
Category
3D Art

You might also enjoy...

Licensing Terms

You are free to copy, distribute and transmit this work under the following conditions:

Attribution:
You must give credit to the artist.
Noncommercial:
You may not use this work for commercial purposes.
No Derivative Works:
You may not alter, transform, or build upon this work.