410 likes | 565 Views
X3D. Extensible 3D (X3D) Part 1: Architecture and base components. X3D Architecture and base components. Lighting component Texturing component Interpolation component Pointing device sensor component. Lighting Component. Definition
E N D
X3D Extensible 3D (X3D) Part 1: Architecture and base components
X3DArchitecture and base components • Lighting component • Texturing component • Interpolation component • Pointing device sensor component --presented by fred--
Lighting Component • Definition • how light sources are defined and positioned as well as how lights effect the rendered image --presented by fred--
Lighting Component • Abstract types --presented by fred--
Lighting Component • Node reference • DirectionalLight • PointLight • SpotLight --presented by fred--
Lighting Component • DirectionalLight --presented by fred--
Lighting Component • PointLight • ps. 1/max(attenuation[0] + attenuation[1]×r + attenuation[2]×r2, 1) --presented by fred--
Lighting Component • SpotLight --presented by fred--
Lighting Component • SpotLight • ps. --presented by fred--
Texture component • Definition • how textures are specified and how they are positioned on the subject geometry --presented by fred--
Texture component • Abstract type --presented by fred--
Texture component --presented by fred--
Texture component • Node reference • ImageTexture • MovieTexture • MultiTexture • MultiTextureCoordinate • MultitextureTransform • PixelTexture • TextureCoordinate • TextureCoordinateGenerator • TextureTransform --presented by fred--
Texture component • ImageTexture --presented by fred--
Texture component • MovieTexture --presented by fred--
Texture component • MultiTexture --presented by fred--
Texture component • PixelTexture --presented by fred--
Texture component • TextureCoordinate --presented by fred--
Texture component • MultiTextureCoordinate --presented by fred--
Texture component • TextureCoordinateGenerator --presented by fred--
Texture component • TextureTransform --presented by fred--
Texture component • MultiTextureTransform --presented by fred--
Interpolation component • Abstract type --presented by fred--
Interpolation component • Node referecne • ColorInterpolator • CoordinateInterpolator • CoordinateInterpolator2D • NormalInterpolator • OrientationInterpolator • PositionInterpolator • PositionInterpolator2D • ScalarInterpolator --presented by fred--
Interpolation component • ColorInterpolator --presented by fred--
Interpolation component • CoordinateInterpolator --presented by fred--
Interpolation component • CoordinateInterpolator2D --presented by fred--
Interpolation component • NormalInterpolator --presented by fred--
Interpolation component • OrientationInterpolator --presented by fred--
Interpolation component • PositionInterpolator --presented by fred--
Interpolation component • PositionInterpolator2D --presented by fred--
Interpolation component • ScalarInterpolator --presented by fred--
Pointing device sensor component • Definition • how pointing device sensors operate conceptually as well as which varieties of pointing device sensors are provided --presented by fred--
Pointing device sensor component • Abstract type --presented by fred--
Pointing device sensor component --presented by fred--
Pointing device sensor component • Node reference • CylinderSensor • PlaneSensor • SphereSensor • TouchSensor --presented by fred--
Pointing device sensor component • CylinderSensor --presented by fred--
Pointing device sensor component • PlaneSensor --presented by fred--
Pointing device sensor component • SphereSensor --presented by fred--
Pointing device sensor component • TouchSensor --presented by fred--