Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3229908
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:51:55+00:00 2026-05-17T16:51:55+00:00

In 3D Max Studios, I recalled there is a function (I couldn’t recall the

  • 0

In 3D Max Studios, I recalled there is a function (I couldn’t recall the name of the function, sorry) to cut a 3D model into two. For instance, you create a sphere, then you cut it in the middle, leaving 2 half spheres. Now, how about a human body? Imagine a samurai cutting up an enemy at the stomach, now that enemy’s model will become 2 models: one is the upper part from head to stomach and another is the lower part from stomach to feet. Also, in order to prevent the player to see inside the cut model, an extra polygon will also have to be placed into both models. (and preferably, add blood texture in this polygon to give an impression that this is the blood inside the body) Sorry if my explanation is poor, do you understand what I am trying to say?

In 3D Max Studios, we can do above. Now, 3D programming-wise, what do I have to do if I want to achieve something like this? Sure, one cheap method is to have the cut models pre-made, but this is not realistic.

I am looking for a way to cut a model into two with respect to angle of cut in real time. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:51:55+00:00Added an answer on May 17, 2026 at 4:51 pm

    You need two angles to represent the ‘angle of cut’ in 3 dimensions.

    It’s probably easier in the maths to use a point and a normal, defining a plane that divides the model in two.

    You can then determine which parts of the model are on one side of the plane, and which parts are on the other. Just plug each point into your plane equation, e.g.

    ax + by + cz + d
    

    ..if the result is > 0, the point is on one side, and if it’s < 0, it’s on the other.

    You can detect triangles that intersect the plane (because some vertices are on one side, some on the other) and split them into multiple triangles to keep the ‘cut’ straight, e.g.

           /\
          /  \
      --------------- (cut)
        /\    /\
       /  \  /  \
      /    \/    \
      ------------
    
    

    (Note you only need two triangles below the line – i’m not an artist 🙂

    Then, if you’ve cut a solid model in two and you need to ‘patch’ over hole you’ve created, you’ll need to tessellate (or triangulate) the points on the dividing plane to create a new polygon there. This isn’t always easy, particularly if the polygon is not convex.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a documented max to the length of the string data you can
I am using visual studios 2008. My laptop has the max screen res of
I have a rigged (biped) and animated model in 3D Studio Max which I've
How do I take a 3D model that I created in 3D Studio Max
select max(DELIVERY_TIMESTAMP) from DOCUMENTS; will return the time that the latest document was delivered.
The default 64 MB max heap memory can be small for a large Java
What is the max size of the multi line text field? Can I set
An integer's max value in Java is 2147483647, since Java integers are signed, right?
The Java Collections.max method takes only a collection of a sortable ( Comparable )
How do you get the max value of an enum?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.