ConsultingJoe Posted November 5, 2007 Share Posted November 5, 2007 I think no... But if exists any 3d lib that loads a 3D format and can show the model in opengl, maybe yes...I was thinking write a 3d editor for the plugin. The problem is my patience... I have nothing But you can write an autoit script to make models. Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
emoyasha Posted January 15, 2008 Share Posted January 15, 2008 hello, i want to make a basic sims like game, owever, vista crashes upon opening, and i have nbo idea what to do, i would like someone to start me off in the right direction Spoiler Admin Of:http://notmyspace.info [Under Development, looking for volunteers to help improve]http://PSNetCards.co.ukhttp://ZacnAndLindsey.com [Under development, not quite sure what to do with it yet]http://revelm.com------------------------------------Radio Streams:http://75.185.53.88:8000 [128kb/s 44kHz]http://75.185.53.88:8002 [22kb/s 22kHz](works on mobile phones)-----------------------------------My Server:Owned By: http://jumpline.comIP:66.84.19.220Bandwidth:200GBStorage Space:1TBNetwork Connection: 1GB/S[up and down]Operating System: Red Hat LinuxInstalled Apps:Webmail, phpBB, Majordomo, phpMyAdmin, MySQL, Active Server Pages, FrontPage Extensions 2002, GraphicsMagick, Mod Perl, Perl, PHP: Hypertext Preprocessor, Python(want cheap good webhosting, or need a place to park your domain? contact me)----------------------------------- Link to comment Share on other sites More sharing options...
A. Percy Posted January 15, 2008 Author Share Posted January 15, 2008 For while it doesn't support Vista. I will buy a new computer next month and I'll research about this incompatibility. Sorry. Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator VW Bug user Pinheiral (Pinewood) city: http://pt.wikipedia.org/wiki/Pinheiral Link to comment Share on other sites More sharing options...
Tin2tin Posted February 1, 2008 Share Posted February 1, 2008 Here's a bit on importing .3ds to opengl (in c I think?), but it's easy to get an idear from it on how a 3ds file is formatted. However I'm not sure about loading adding polygons and vertexes to objects - is that possible in you plugin? DVD slideshow GUI Link to comment Share on other sites More sharing options...
A. Percy Posted February 1, 2008 Author Share Posted February 1, 2008 Here's a bit on importing .3ds to opengl (in c I think?), but it's easy to get an idear from it on how a 3ds file is formatted. However I'm not sure about loading adding polygons and vertexes to objects - is that possible in you plugin?The plugin only works with poligons on objects... for while.That 3ds loader seems interesting, I'll research about. Many people has sugested a function to import popular 3d formats.Thank you! Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator VW Bug user Pinheiral (Pinewood) city: http://pt.wikipedia.org/wiki/Pinheiral Link to comment Share on other sites More sharing options...
Tin2tin Posted February 2, 2008 Share Posted February 2, 2008 lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 ".3DS" files. It is a free alternative to Autodesk's 3DS File Toolkit for managing 3DS files. It started out in 1996 to be released in 1999 under the GNU General Public License (GPL) as Open-Source software. In 2000, the library was completely rewritten in ANSI-C to attain more hardware platform independence. To enable commercial application the license was changed to GNU Lesser General Public License (LGPL).Check it out here.It looks like the vertex information is used for info for where to place the faces/polygons, so maybe it's not needed to actually add vertexes? DVD slideshow GUI Link to comment Share on other sites More sharing options...
A. Percy Posted February 6, 2008 Author Share Posted February 6, 2008 Check it out here.It looks like the vertex information is used for info for where to place the faces/polygons, so maybe it's not needed to actually add vertexes?Forgive the late... Brazil... carnaval... well.I used some glu and glut shapes, so, you can play like bricks in the wall... The only shapes that use some vertex is triangles and quads. In this case, you can pass vertex coordinates in function parameters. Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator VW Bug user Pinheiral (Pinewood) city: http://pt.wikipedia.org/wiki/Pinheiral Link to comment Share on other sites More sharing options...
bogQ Posted November 2, 2008 Share Posted November 2, 2008 (edited) i took your script and and made each square on the map be at a different hight. it looks good but the hellicopter runs right through the objectshow do i fix this?alsohow do i post pic?A. Percy way to limit object on It3Copter whas func _Limiters (or at least it look like it is, maby im wrong ), basicly if choper position is in specific position his inercia = 0 and that is what stop the choper not to move on X Y further. So if your object is x= 50 y = 50 and object stats r x= 10 y= 10 that mean that, inercia = 0 if choper position is x> 50 and x < 60 & y > 50 and y<60to post pic Prt Scr, paste in paint, save like jpg, you can use http://imageshack.us/ to upload it and to post it. Edited November 2, 2008 by bogQ TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now