Skip to content

Commit

Permalink
Support parallax occlusion (height) map.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTallet committed Nov 19, 2019
1 parent b0298b9 commit 3440092
Show file tree
Hide file tree
Showing 45 changed files with 44,023 additions and 83,266 deletions.
10 changes: 5 additions & 5 deletions source/pbr.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Physically-Based Rendering extension for SketchUp 2017 or newer.
# Copyright: © 2018 Samuel Tallet-Sabathé <samuel.tallet@gmail.com>
# Copyright: © 2019 Samuel Tallet <samuel.tallet arobase gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -26,7 +26,7 @@
# PBR plugin namespace.
module PBR

VERSION = '1.4.5'.freeze
VERSION = '1.5.0'.freeze

# Load translation if it's available for current locale.
TRANSLATE = LanguageHandler.new('pbr.strings')
Expand All @@ -44,13 +44,13 @@ module PBR
extension = SketchupExtension.new(NAME, 'pbr/load.rb')

extension.version = VERSION
extension.creator = 'Samuel Tallet-Sabathé'
extension.copyright = 2018 #{extension.creator}"
extension.creator = 'Samuel Tallet'
extension.copyright = 2019 #{extension.creator}"

features = [
TRANSLATE['Add reflects and reliefs to your SketchUp models.'],
TRANSLATE['Get a render in seconds.'],
TRANSLATE['Control camera and atmosphere in real-time.'],
TRANSLATE['Control camera in real-time.'],
TRANSLATE['Export result to image or 3D object.']
]

Expand Down
Loading

0 comments on commit 3440092

Please sign in to comment.