cassius Posted April 12, 2010 Share Posted April 12, 2010 I am trying to do bmax version of animation tutorial and am stuck on this line of c code. frame=fmodf(frame,frameend-framebegin)+framebegin; What is the bmax version of this line of code. Thanks Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Marleys Ghost Posted April 15, 2010 Share Posted April 15, 2010 I'd have a look through the tutorial translations foolish was kind enough to up for an example. Quote AMD Bulldozer FX-4 Quad Core 4100 Black Edition 2 x 4GB DDR3 1333Mhz Memory Gigabyte GeForce GTX 550 Ti OC 1024MB GDDR5 Windows 7 Home 64 bit BlitzMax 1.50 • Lua 5.1 • MaxGUI 1.41 • UU3D Pro • MessiahStudio Pro • Silo Pro 3D Coat • ShaderMap Pro • Hexagon 2 • Photoshop, Gimp & Paint.NET LE 2.5/3.4 • Skyline • UE4 • CE3 SDK • Unity 5 • Esenthel Engine 2.0 Marleys Ghost's YouTube Channel • Marleys Ghost's Blog "I used to be alive like you .... then I took an arrow to the head" Link to comment Share on other sites More sharing options...
cassius Posted April 16, 2010 Author Share Posted April 16, 2010 Yeah I did that and got anims working now. Just need to figure out firing bullets now. This is the translation frame = (frame Mod (frameend - framebegin)) + framebegin Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Josh Posted April 16, 2010 Share Posted April 16, 2010 It's easier if you separate the animation into separate sequences. Then you don't have to worry about the frame numbers. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
cassius Posted April 16, 2010 Author Share Posted April 16, 2010 Yeah thanks . I am getting there slowly. Trouble is I am 86 and in a hurry. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.