Hey warlordz just wanted to let you know the island is back under construction, and I'll have the officer portrit done atleast by the end of the weekend. The Island, we will probably see within a matter of weeks (Going to be a WHILE!!!!!)
Here is the current progress on the island (Sneak Peek)
Current Code:
Code:
from math import pi, sin, cos
from direct.showbase.ShowBase import ShowBase
from direct.task import Task
from direct.actor.Actor import Actor
from direct.interval.IntervalGlobal import Sequence
from panda3d.core import Point3
class MyApp(ShowBase):
def __init__(self):
ShowBase.__init__(self)
model = loader.loadModel ("phase_2/models/sea/sea-green.bam")
model.reparentTo(render)
model.setScale(1,1,1)
model.setPos(0,0,0)
model = loader.loadModel("phase_5/models/islands/pir_m_are_isl_cangrejos.bam")
model.reparentTo(render)
model.setScale(1, 1, 1)
model.setPos(0, 0, 6)
model = loader.loadModel("phase_5/models/props/pir_m_shp_wrk_carrack.bam")
model.reparentTo(render)
model.setScale(1,1,1)
model.setPos (500,1,0)
app = MyApp()
Picture: