Jump to content

Recommended Posts

Posted

Im trying to make my lasers render like the lightining bolt does, but facing the right direction.  I have tried to do this, but it shoots vertical bolts instead. 

Creator Of Weapons+ Mod & Sword Art Online HUD Mod

Posted

Hi

 

If you want your lasers to look like lightning bolts, I suggest looking at RenderLightningBolt and making sure you understand how it works - it can be very helpful to rename the variables to something meaningful - and then modifying the code so that it steps along in the x and/or  z coordinates instead of the y coordinate.

 

BTW tessellator.startDrawing(5) is actually

tessellator.startDrawing(GL_TRIANGLE_STRIP);

 

http://en.wikipedia.org/wiki/Triangle_strip

 

-TGG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.