Search found 17 matches

by liusa80
Sun Sep 19, 2010 7:01 am
Forum: Advanced Help
Topic: how to improve the performance of displaying 3ds file
Replies: 0
Views: 495

how to improve the performance of displaying 3ds file

i hope do something in displaying 3ds models,then explore them, but the os is wince,no hardware booster. the performance is not well,what i want to know is how to improve the performance ,including reading model files,rendering ,this is debugger information about the time to read model and render it...
by liusa80
Wed Aug 25, 2010 7:48 am
Forum: Beginners Help
Topic: Placing 3D "line" based on end points?
Replies: 14
Views: 832

all have done
by liusa80
Wed Aug 25, 2010 2:09 am
Forum: Beginners Help
Topic: Placing 3D "line" based on end points?
Replies: 14
Views: 832

how to fix this error

error LNK2019: unresolved external symbol "public: void __thiscall irr::scene::CBeamSceneNode::setLine(class irr::core::vector3d<float>,class irr::core::vector3d<float>,float)" (?setLine@CBeamSceneNode@scene@irr@@QAEXV?$vector3d@M@core@3@0M@Z) referenced in function _main
by liusa80
Fri Aug 20, 2010 8:40 am
Forum: Beginners Help
Topic: Placing 3D "line" based on end points?
Replies: 14
Views: 832

how to use this class ? like this scene::CBeamSceneNode* beam = new scene::CBeamNode(parent, smgr, -1, "The texture the beam should have when looking at it from the side , "The texture when looking at the cap" ); //now set the beam beam->setLine(core::vector3df(0,0,0), core::vector3df...
by liusa80
Wed Aug 18, 2010 9:02 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

i'll try kvakvs's method , wish to be settled
by liusa80
Wed Aug 18, 2010 8:55 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

how to settle the problem ?
by liusa80
Wed Aug 18, 2010 6:19 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

and set the width only works in opengl mode,really?
by liusa80
Wed Aug 18, 2010 6:12 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

thank u,it works,but anothor question,when i set the value parameter"Thickness",it looks like cannot draw very big width,set 8.0f and 20.0f the effort like the same width.
by liusa80
Wed Aug 11, 2010 6:48 am
Forum: Beginners Help
Topic: how to settel this problem
Replies: 4
Views: 372

anybody know question?
by liusa80
Wed Aug 11, 2010 3:15 am
Forum: Beginners Help
Topic: how to settel this problem
Replies: 4
Views: 372

thanks for your relpy,i assure the obj file is right because it can work in the old edition 1.5
by liusa80
Wed Aug 11, 2010 2:43 am
Forum: Beginners Help
Topic: how to settel this problem
Replies: 4
Views: 372

how to settel this problem

platform wince,irrlicht edition 1.7.1 the program cannot run because the error"Could not load mesh, file format seems to be unsupported", scene::IAnimatedMesh* mesh = smgr->getMesh("sdmmc/3d/media/0100001_3D_M.obj"); smgr->getMeshManipulator()->makePlanarTextureMapping(mesh->getM...
by liusa80
Fri Aug 06, 2010 9:15 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

anybody know how?
by liusa80
Thu Jul 29, 2010 3:45 am
Forum: Beginners Help
Topic: why the line cannot display(solved)
Replies: 2
Views: 246

i modified the coordinate so that it can display on screen
by liusa80
Thu Jul 29, 2010 2:50 am
Forum: Beginners Help
Topic: why the line cannot display(solved)
Replies: 2
Views: 246

why the line cannot display(solved)

while(device->run()) { driver->beginScene(true, true, SColor(255,100,101,140)); smgr->drawAll(); guienv->drawAll(); SMaterial mat; mat.Thickness = 100; mat.AntiAliasing=true; mat.Lighting = false; driver->setMaterial(mat); driver->draw3DLine(core::vector3df(2.0,3.0,4.0),core::vector3df(2.0,3.0,8.0),...
by liusa80
Thu Jul 29, 2010 1:21 am
Forum: Beginners Help
Topic: how to draw the line with setted width
Replies: 13
Views: 969

thanks for your help.but it doesn't work