All Content
Blogs
Forums
News
Tutorials
Log In
Sign Up
Login
Username / Email
Password
Remember me
Forgot password?
Login
or
Don't have a GameDev.net account?
Sign up
Forgot your password?
Email Address
Reset Password
Please contact us if you have any trouble resetting your password.
Home
Blogs
Forums
News
Portfolios
Projects
Tutorials
23
users logged in
New?
Learn about game development
.
Before posting, review our
community guidelines
.
Support GameDev.net with a monthly
GDNet+ subscription
!
Follow Us
Chat in the
GameDev.net Discord!
Back to Engines and Middleware
Advertisement
Blender export problem
Engines and Middleware
Programming
Started by
Kurt-olsson
September 28, 2012 02:49 PM
0
comments, last by
Krohm
12 years, 2 months ago
Kurt-olsson
Author
255
September 28, 2012 02:49 PM
i want to export Blender mesh data
i can loop tessfaces and it contains vertices, but i cant get the positions of them?
for f in cube.tessfaces:
for v in f.vertices:
v.co[0] == DONT WORK
any ideas?
Cancel
Save
Krohm
5,051
September 29, 2012 08:05 AM
No. But perhaps you could just use Collada?
Previously "Krohm"
Cancel
Save
This topic is closed to new replies.
Advertisement
Popular Topics
poker game
For Beginners
Starting a new c++ thread
General and Gameplay Programming
Input generated in-between snapshots gets lost, best approach?
Networking and Multiplayer
Falloff
Math and Physics
Ideas for mechanics for battles.
Game Design and Theory
DirectX & .Net newbie question
Graphics and GPU Programming
Advertisement
Recommended Tutorials
An Introduction to Hash Tables with Chaining
General and Gameplay Programming
Recognition of Handwritten Gestures
General and Gameplay Programming
Game i18n via IME
General and Gameplay Programming
Designing Parametric Animation Systems
Graphics and GPU Programming
Motivations in Games
Game Design and Theory
Reticulating splines
About GameDev.net
Community Guidelines
Terms of Service
Privacy Policy
Contact Us
Copyright (c) 1999-2024 GameDev.net, LLC
Back to Top