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 6535503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:22:52+00:00 2026-05-25T10:22:52+00:00

quite a confusing problem has struck me. After programming a fair bit of my

  • 0

quite a confusing problem has struck me. After programming a fair bit of my game and it working correctly, i’ve come accross a model that won’t show up in the level when i render it. I’ve tried scaling up, scaling down, rotating it, checking and double checking it’s render matrix position and it just doesn’t seem to render. I’ve implemented other models in exactly the same function and they render perfectly. I don’t think there is an issue with the model though (by the way all my models are “.X” files), as the model appears perfectly when it is opened through DxViewer. So i am unsure as to what could be causing this issue to occur.

A sample of the temporary code i use to check how models will look in the game:

    static public void RenderTmp(Model model, float scale)
    {
        foreach (ModelMesh mesh in model.Meshes)
        {
            foreach (BasicEffect effect in mesh.Effects)
            {                                                              
                effect.PreferPerPixelLighting = true;

                effect.World = Matrix.CreateScale(scale) * Matrix.CreateTranslation(0, 0, 0);

                effect.Projection = Matrix.CreatePerspectiveFieldOfView(MathHelper.ToRadians(90), Globals.g_Device.Viewport.AspectRatio, 1, 1000);
                effect.View = Matrix.CreateLookAt(new Vector3(0, 50, 0), new Vector3(0, 0, 0), Vector3.Forward);
            }
            mesh.Draw();
        }
    }

I now believe this may be an exporting issue from 3DS Max itself, I’ve checked the code over and over and i don’t believe that is where the issue is.

  • 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-25T10:22:53+00:00Added an answer on May 25, 2026 at 10:22 am

    I now believe this may be an exporting issue from 3DS Max itself, I’ve checked the code over and over and i don’t believe that is where the issue is.

    Thanks for your help Peter.

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

Sidebar

Related Questions

Right this is confusing me quite a bit, i'm not sure if any of
I have come into a bit of a problem. I am dynamically updating dropdown
I am working on a quite big project: The program has to do multiple
I know this is quite a ridiculous question but this is quite confusing and
I'm sorry if the title is quite confusing but I am wondering if it's
The instanceof keyword in JavaScript can be quite confusing when it is first encountered,
I used to be confusing quite a while : Confusion on Unicode and Multibyte
Quite often, in programming we get situations where null checks show up in particularly
This whole jsonp thing is quite confusing... Here is what I want to do:
So I'm trying to debug a somewhat confusing problem. I'm using a Wordpress plugin

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.