-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the version of horde2d and cocos2d-x that your fork based on. #6
Comments
cocos2d-x 2.1 |
I'm not familiar with 3d programming, but i want to display some 3d objects in my cocos2d-x game, i try to display a cocos2d-x CCSprite and horde3d KnightX Scene, but the cocos2d-x part doesn't display at all. Commenting out the |
It's so nice if i can use horde3d to add some 3d objects to my existing cocos2d-x game, and this feature can definitely improve horde3d's acceptance. I can put some time into this, but I need to be enlightened. |
I think it is caused because h3d modifies some state, you should reset states before rendering with cocos2d-x. glViewport(0,0,width, height);
hope it helps. |
I want to migrate it to cocos2d-x 2.x .
The text was updated successfully, but these errors were encountered: