Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: Make a floor  (Read 10344 times)

akulamartin

  • Newbie
  • *
  • Posts: 7
  • And I am, whatever you say I am
    • View Profile
Make a floor
« on: March 10, 2015, 05:02:11 am »

How would you go about making a floor such that an object doesn't pass through this also applies to a wall
Logged
M

kreator

  • Hero Member
  • *****
  • Posts: 1146
  • Anim8or, Blender, & Carrara. A Great Combination!
    • View Profile
    • Anim8orWorld
Re: Make a floor
« Reply #1 on: March 10, 2015, 06:16:52 am »

Anim8or Does not have Collision Detection so you would have to Keyframe your object(s), so that they do NOT pass through the ,ground, floor, walls etc.

I aasume you Know how to Make a ground and replace the default grid?
« Last Edit: March 10, 2015, 06:20:55 am by kreator »
Logged
O

AlecJames

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: Make a floor
« Reply #2 on: March 10, 2015, 09:09:36 am »

I always make a large recatangular object and put it over the grid or turn the grid off.

It there another way?
Logged

RudySchneider

  • Sr. Member
  • ****
  • Posts: 450
  • There are no problems, only opportunities
    • View Profile
Re: Make a floor
« Reply #3 on: March 10, 2015, 08:33:56 pm »

I always make a large recatangular object...

Alec ---
Re-read the original post.  Yes, you're right, you can simply make a large rectangular object.  But that doesn't address "doesn't pass through..." part of the question, as kreator's comment did.

On the other hand, I did mention Bullet Dynamics to Steve, which would provide a suitable solution.  Maybe he can work that into Anim8or in some future build.
Logged
G

akulamartin

  • Newbie
  • *
  • Posts: 7
  • And I am, whatever you say I am
    • View Profile
Re: Make a floor
« Reply #4 on: March 10, 2015, 08:48:14 pm »

mmm no I think that simple collusion detection would be a better solution before bullet dynamics :)
Logged
M

RudySchneider

  • Sr. Member
  • ****
  • Posts: 450
  • There are no problems, only opportunities
    • View Profile
Re: Make a floor
« Reply #5 on: March 10, 2015, 10:15:10 pm »

I suppose that would depend on your definition of "simple," since that's precisely one of the things for which Bullet was developed.  See here:  http://en.wikipedia.org/wiki/Bullet_%28software%29
« Last Edit: March 10, 2015, 10:16:42 pm by RudySchneider »
Logged
G

Raxx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1482
    • View Profile
Re: Make a floor
« Reply #6 on: March 10, 2015, 10:57:48 pm »

I would much rather see Bullet integrated rather than a custom physics engine. And making "just" simple collision detection is pointless, by itself it's just a gimmick with no real utility that can be had outside of an oh-that-was-cool-for-five-minutes experience.
Logged

ENSONIQ5

  • Hero Member
  • *****
  • Posts: 1012
    • View Profile
    • Mission Backup Earth
Re: Make a floor
« Reply #7 on: March 11, 2015, 03:25:10 am »

Yeah, I have to agree with Rudy and Raxx.  Collision detection is only of any benefit in concert with physics, with only keyframing and scripts to move things about collision detection serves little purpose.  If it's just to help position things you can mathematically define the position of anything with a high degree of accuracy.
Logged

davdud101

  • Hero Member
  • *****
  • Posts: 1067
  • Couldn't ever use Blender or Maya. Anim8or's good.
    • View Profile
Re: Make a floor
« Reply #8 on: March 14, 2015, 06:33:23 pm »

Oh man, I agree with that. I think just adding a library of already developed stuff that works great immediately and is functional right away is certainly more useful for us users than awaiting each small update of simple physics
Logged
?

Raxx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1482
    • View Profile
Re: Make a floor
« Reply #9 on: March 17, 2015, 05:00:35 pm »

All that being said, I've already wasted a lot of time trying to get rudimentary physics working via ASL. Unfortunately, it's completely impossible until there's some sort of data persistence implemented, as there's no way to keep, say, a record of velocity and acceleration vectors for an object from one frame to the next without Anim8or griping about circular dependencies.

So I'll probably just wait until Steve implements scene.SetAttribute functionality, or he implements physics himself...
Logged